Re: Perl DBI Drivers

From: Jason Tan <jason(at)rebel(dot)rebel(dot)net(dot)au>
To: Chuck Wolber <chuckw(at)quantumlinux(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Perl DBI Drivers
Date: 2001-09-04 04:50:45
Message-ID: Pine.LNX.3.95.1010904141209.26091H-100000@rebel.rebel.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have used DBI drivers for postgres abotu 6 months ago.

I dont recall the version but the postgres version was 6.5.

I got them from CPAN.

A quick look at my local CPAN mirror and it had this:

http://mirror.aarnet.edu.au/pub/CPAN/authors/id/M/ME/MERGL/DBD-Pg-1.01.readme

Take off the file name and you will see teh relevant tarball.
The readme says it needs at least postgres 6.5 so it is probably worth a
try.

Pg package is for directly conenctiong to postgres, so is nto as poratable
as DBI.

Jason

On Mon, 3 Sep 2001, Chuck Wolber wrote:

>
> Are Perl DBI drivers available for using DBI::DBD to interface with
> PostgreSQL? The only ones I found seem to be rather old as they reference
> RedHat 5.0 and Postgres95.
>
> I looked at the Pg.pm module from postgresql-perl-7.1.2-5PGDG.i386.rpm but
> it didn't appear to support DBI::DBD. It looks like good code, but since
> all of our code was written using DBI::DBD interfaces, it would require a
> lot of re-coding to utilize a different interface paradigm.
>
> Thank you,
>
> -Chuck
>
>
> --
> Quantum Linux Laboratories - ACCELERATING Business with Linux Technology
> * Education |
> * Enterprise Integration | http://www.quantumlinux.com
> * Support | chuckw(at)quantumlinux(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
------------------------------------------------------------------------------
Jason Tan jason(at)rebel(dot)net(dot)au
"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote."
~Benjamin Franklin, 1759
------------------------------------------------------------------------------

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bo Lorentsen 2001-09-04 08:00:43 Re: pl/pgsql recursion/arrays (fwd)
Previous Message Chuck Wolber 2001-09-04 04:45:17 Re: Perl DBI Drivers