Re: does DBD-Pg comes with postgres-8.2.msi installer?
Sean Davis <sdavis2-2loH/[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Organization | NIH |
| Message-ID | <[email protected]> |
On Thursday 24 May 2007 13:34, Perrog wrote: > Hi folks! > > I have a question about the PostgresSQL 8.2.msi installer for Windows and > if it really installs DBD-Pg package? > > To be more specific, in the last phase of installation I can check > PG/pgsql, PG/Perl, PG/Python and PG/Perl (untrusted). But does any of these > options correspond to DBD-Pg? And if so, where and what is installed? I've > tried to check two options related to Perl, but I can't see anything gets > installed, not in my C:\Program\GNU\Perl directory, nor in my > C:\Program\GNU\PostgreSQL path. Is something supposed to be installed if I > check these options? PG/perl and PG/perl (untrusted) are bindings to allow functions in postgresql to be written in perl. They are not related to DBD::Pg. Sean