Re: DBI - Mailing list pgsql-admin

From Stefan Huber
Subject Re: DBI
Date
Msg-id 5.0.2.1.0.20010301120416.00acbb20@pop.crosswinds.net
Whole thread Raw
In response to DBI  (Ene Cosmin <cosmox@email.ro>)
List pgsql-admin
> Hi. I need to know if I configure my psql with perl library I also need
>the DBI::Pg class for quering my database in psql?. The following example
>will work?

if you vconfigure postgresql with --with-perl, the "native" Pg Module is built. This one differs a bit from DBI::Pg.
For me, I do not have DBI::Pg installed, but Pg, and I am using it successfully.

If you want do use DBI::Pg, you'll have to install it from CPAN.

Stefan


pgsql-admin by date:

Previous
From: tolik@aaanet.ru (Anatoly K. Lasareff)
Date:
Subject: Re: DBI
Next
From: Ene Cosmin
Date:
Subject: Re: Re: DBI