Re: OT - pg perl DBI question

Andrew Sullivan <ajs@crankycanuck.ca>

From: Andrew Sullivan <ajs@crankycanuck.ca>
To: pgsql-general@postgresql.org
Date: 2008-01-29T18:01:02Z
Lists: pgsql-general
On Tue, Jan 29, 2008 at 04:24:05AM -0800, Glyn Astill wrote:
> Hi chaps,
> 
> I'm trying yo run a perl script that uses DBI (Slonys
> psql_replication_check.pl to be precise) and I'm getting the error:
> 
> Can't locate Pg.pm in @INC

Pg.pm isn't DBI.  It's the Pg Perl interface.

A