Re: Driver Frustration// Perl DBI

From: Keith Keller <kkeller-postgres(at)wombat(dot)san-francisco(dot)ca(dot)us>
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Driver Frustration// Perl DBI
Date: 2003-01-17 22:27:02
Message-ID: 20030117222702.GA31781@wombat.san-francisco.ca.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

On Fri, Jan 17, 2003 at 04:15:21PM -0600, Cheryl Thompson wrote:
> The latest Perl DBI interface I can find on CPAN is dated 1998 and is for
> PostGre95.
>
> Is there an up to date Perl DBI for Postgresql? When can I find it? (it's
> NOT in CPAN!).

Yes, it is: the DBD::Pg module is in version 1.21:

perl -MCPAN -e shell
install DBD::Pg

should install the latest version for you (presuming you have DBI
installed already).

-- keith
kkeller(at)speakeasy(dot)net
public key: http://wombat.san-francisco.ca.us/kkeller/kkeller.asc
alt.os.linux.slackware FAQ: http://wombat.san-francisco.ca.us/cgi-bin/fom

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug Silver 2003-01-17 22:29:51 Re: Driver Frustration// Perl DBI
Previous Message Cheryl Thompson 2003-01-17 22:15:21 Driver Frustration// Perl DBI

Browse pgsql-novice by date

  From Date Subject
Next Message Doug Silver 2003-01-17 22:29:51 Re: Driver Frustration// Perl DBI
Previous Message Cheryl Thompson 2003-01-17 22:15:21 Driver Frustration// Perl DBI