Re: OT - pg perl DBI question

From: Richard Huxton <dev(at)archonet(dot)com>
To: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Cc: CaT <cat(at)zip(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: OT - pg perl DBI question
Date: 2008-01-29 13:25:21
Message-ID: 479F2941.9030302@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message adam_pgsql 2008-01-29 13:30:04 Re: OT - pg perl DBI question
Previous Message CaT 2008-01-29 13:20:30 Re: OT - pg perl DBI question