Обсуждение: DBI driver for Postgres?

Поиск
Список
Период
Сортировка

DBI driver for Postgres?

От
Anand Surelia
Дата:
Hi,

Is there a DBI driver for Postgres available somewhere?

Thanks,
Anand.


Re: [GENERAL] DBI driver for Postgres?

От
Aaron Holtz
Дата:
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?

От
tc lewis
Дата:
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?

От
dustin sallings
Дата:
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?

От
Kevin Lo
Дата:
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.