Thread: DBI::Pg for Perl?

DBI::Pg for Perl?

From
Peter Berghold
Date:
Hi Folks,
Does anyone out there know of a DBI driver for Postgres for Perl? I
searched CPAN and didn't see one. Maybe I'm looking in the wrong
spot...

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
+-+
Peter L. Berghold                        Peter@Berghold.Net
"Linux renders ships                     http://www.berghold.net
 NT renders ships useless...."







Re: [GENERAL] DBI::Pg for Perl?

From
Ed Loehr
Date:
Peter Berghold wrote:

> Hi Folks,
> Does anyone out there know of a DBI driver for Postgres for Perl? I
> searched CPAN and didn't see one. Maybe I'm looking in the wrong
> spot...

It's there...DBD::Pg, by E. Mergl.  Works well.

Cheers,
Ed Loehr


Re: [GENERAL] DBI::Pg for Perl?

From
Ed Loehr
Date:
See DBD-Pg under http://www.cpan.org/modules/by-module/DBD/

Ed Loehr wrote:

> Peter Berghold wrote:
>
> > Hi Folks,
> > Does anyone out there know of a DBI driver for Postgres for Perl? I
> > searched CPAN and didn't see one. Maybe I'm looking in the wrong
> > spot...
>
> It's there...DBD::Pg, by E. Mergl.  Works well.
>
> Cheers,
> Ed Loehr


Re: [GENERAL] DBI::Pg for Perl?

From
Kevin Lo
Date:
Peter Berghold wrote:

> Hi Folks,
> Does anyone out there know of a DBI driver for Postgres for Perl? I
> searched CPAN and didn't see one. Maybe I'm looking in the wrong
> spot...

It's at :

http://www.perl.com/CPAN-local/modules/by-module/DBD/DBD-Pg-0.93.tar.gz

> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
> +-+
> Peter L. Berghold                        Peter@Berghold.Net
> "Linux renders ships                     http://www.berghold.net
>  NT renders ships useless...."

- Kevin



Re: [GENERAL] DBI::Pg for Perl?

From
Peter Berghold
Date:
Thanks!  I was looking in the wrong spot! Did a search of CPAN with
the key DBI::* and didn't see DBD::Pg. DOH!

Building it right now.


>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 12/26/99, 4:42:10 AM, Kevin Lo <kevlo@hello.com.tw> wrote regarding
Re: [GENERAL] DBI::Pg for Perl?:


> Peter Berghold wrote:

> > Hi Folks,
> > Does anyone out there know of a DBI driver for Postgres for Perl? I
> > searched CPAN and didn't see one. Maybe I'm looking in the wrong
> > spot...

> It's at :

>
http://www.perl.com/CPAN-local/modules/by-module/DBD/DBD-Pg-0.93.tar.gz

> > -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
> > +-+
> > Peter L. Berghold                        Peter@Berghold.Net
> > "Linux renders ships                     http://www.berghold.net
> >  NT renders ships useless...."

> - Kevin



> ************




Re: [GENERAL] DBI::Pg for Perl?

From
Kevin Lo
Date:
Peter Berghold wrote:

> Thanks!  I was looking in the wrong spot! Did a search of CPAN with
> the key DBI::* and didn't see DBD::Pg. DOH!

Right. I also couldn't find DBD::Pg if I search that key.

> Building it right now.

Good luck,
Kevin.