DBI driver for Postgres?
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:
Show quoted text
Hi,
Is there a DBI driver for Postgres available somewhere?
Thanks,
Anand.
yep, DBD::Pg, i believe.
-tcl.
On Tue, 27 Apr 1999, Anand Surelia wrote:
Show quoted text
Hi,
Is there a DBI driver for Postgres available somewhere?
Thanks,
Anand.
What is DBI and what will you use if for?
-----Original Message-----
From: tc lewis [SMTP:tim@iuinc.com]
Sent: Tuesday, April 27, 1999 6:21 PM
To: Anand Surelia
Cc: pgsql-general@postgreSQL.org
Subject: Re: [GENERAL] DBI driver for Postgres?
yep, DBD::Pg, i believe.
-tcl.
On Tue, 27 Apr 1999, Anand Surelia wrote:
Show quoted text
Hi,
Is there a DBI driver for Postgres available somewhere?
Thanks,
Anand.
Import Notes
Resolved by subject fallback
DBI is a perl module for database interaction. a DBD module must go along
with it for whichever database backend you're using, such as DBD::Pg, or
DBD::mysql, and so on.
they're all available from cpan (cpan.org).
-tcl.
On Tue, 27 Apr 1999, Michael J Davis wrote:
Show quoted text
What is DBI and what will you use if for?
-----Original Message-----
From: tc lewis [SMTP:tim@iuinc.com]
Sent: Tuesday, April 27, 1999 6:21 PM
To: Anand Surelia
Cc: pgsql-general@postgreSQL.org
Subject: Re: [GENERAL] DBI driver for Postgres?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.
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. __
On Tue, 27 Apr 1999, Michael J Davis wrote:
// What is DBI and what will you use if for?
DBI is perl's database abstraction layer. You use it to make perl
talk to databases.
// -----Original Message-----
// From: tc lewis [SMTP:tim@iuinc.com]
// Sent: Tuesday, April 27, 1999 6:21 PM
// To: Anand Surelia
// Cc: pgsql-general@postgreSQL.org
// Subject: Re: [GENERAL] DBI driver for Postgres?
//
//
// 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.
// >
// >
// >
//
//
//
--
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. __
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.