Re: Perl

From: Keith Keller <kkeller-postgres(at)wombat(dot)san-francisco(dot)ca(dot)us>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Perl
Date: 2003-06-26 15:02:03
Message-ID: 20030626150203.GA2493@wombat.san-francisco.ca.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, Jun 26, 2003 at 02:00:32PM -0000, greg(at)turnstep(dot)com wrote:
>
> > Sorry if i ask you, but reading the past messages didn't help me
> > I'm trying to configure dbmirror for my PostgreSQL 7.3.3 installation, but
> > when i try to execute the DBMirror.sql, i get the error:
> >
> > Can't locate Pg.pm in @INC (@INC contains:
>
> Pg.pm is the PostgreSQL version of the DBI driver for Perl.

Actually, Pg.pm is also a non-DBI interface to PostgreSQL:

http://theoryx5.uwinnipeg.ca/mod_perl/cpan-search?site=ftp.funet.fi;modinfo=14303

If the script has "use Pg;", then this is the module you need. If it
says "use DBI;", then you need the first module Greg mentioned.

--keith

--
kkeller(at)speakeasy(dot)net
alt.os.linux.slackware FAQ: http://wombat.san-francisco.ca.us/cgi-bin/fom

In response to

  • Re: Perl at 2003-06-26 14:00:32 from greg

Browse pgsql-interfaces by date

  From Date Subject
Next Message Lee Kindness 2003-06-26 16:37:46 ECPG and bytea
Previous Message Giorgio Ponza 2003-06-26 15:01:42 Re: Perl