Thread: DBI driver for Postgres?

DBI driver for Postgres?

From
Anand Surelia
Date:
Hi,

Is there a DBI driver for Postgres available somewhere?

Thanks,
Anand.


Re: [GENERAL] DBI driver for Postgres?

From
Aaron Holtz
Date:
I got mine from cpan.org

--------------------------------------------------------------------------
Aaron Holtz
ComNet Inc.
UNIX Systems Specialist
Email:  aholtz@bright.net
"It's not broken, it just lacks duct tape."
--------------------------------------------------------------------------


On Tue, 27 Apr 1999, Anand Surelia wrote:

>Hi,
>
>Is there a DBI driver for Postgres available somewhere?
>
>Thanks,
>Anand.
>
>


Re: [GENERAL] DBI driver for Postgres?

From
tc lewis
Date:
yep, DBD::Pg, i believe.

-tcl.


On Tue, 27 Apr 1999, Anand Surelia wrote:

> Hi,
>
> Is there a DBI driver for Postgres available somewhere?
>
> Thanks,
> Anand.
>
>
>


Re: [GENERAL] DBI driver for Postgres?

From
dustin sallings
Date:
On Tue, 27 Apr 1999, Anand Surelia wrote:

// Is there a DBI driver for Postgres available somewhere?

    Wouldn't it make sense to look in the place where all of the DBI
drivers available for perl is before you ask this question?  The answer
is, of course, yes, you can get it from the same place that all other DBI
drivers are available.

--
Principal Member Technical Staff, beyond.com    The world is watching America,
pub  1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin@spy.net>
|    Key fingerprint =  87 02 57 08 02 D0 DA D6  C8 0F 3E 65 51 98 D8 BE
L______________________________________________ and America is watching TV. __


Re: [GENERAL] DBI driver for Postgres?

From
Kevin Lo
Date:
Anand Surelia wrote:

> Hi,
>
> Is there a DBI driver for Postgres available somewhere?

Go to CPAN mirror near you and grab DBI-1.06.tar.gz ( AFAIK it is latest)
and DBD-Pg-0.91.tar.gz. They usualy sit in modules/by-module/DBI/ and
modules/by-module/DBD/ branches of CPAN directory tree.

Regards,
Kevin.