Re: OT - pg perl DBI question - Mailing list pgsql-general

From Richard Huxton
Subject Re: OT - pg perl DBI question
Date
Msg-id 479F2941.9030302@archonet.com
Whole thread Raw
In response to Re: OT - pg perl DBI question  (Glyn Astill <glynastill@yahoo.co.uk>)
Responses Re: OT - pg perl DBI question
List pgsql-general
Glyn Astill wrote:
> well its using the pgsql_replication_check.pl, which does:
>
> ----------------------
> use Pg;
> use Getopt::Std;

>
> So I assume it's not getting past the use Pg line as although it's
> looking in /usr/lib/perl5 it's not going to look in
> /usr/lib/perl5/DBD ??

DBD::Pg is not the same as Pg.pm

perldoc DBD::Pg
perldoc Pg

I think it's libpg-perl that you want.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: CaT
Date:
Subject: Re: OT - pg perl DBI question
Next
From: Colin Wetherbee
Date:
Subject: Re: OT - pg perl DBI question