Re: trouble finding the object method driver.... - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: trouble finding the object method driver....
Date
Msg-id 24862.986260171@sss.pgh.pa.us
Whole thread Raw
In response to trouble finding the object method driver....  (Jerry Asher <jerry@hollyjerry.org>)
Responses Re: trouble finding the object method driver....  (Jerry Asher <jerry@hollyjerry.org>)
List pgsql-interfaces
Jerry Asher <jerry@hollyjerry.org> writes:
> At a suggestion from then net, I have recently (today) loaded DBI::DBD
> and Bundle::DBI
>   perl -MCPAN -e 'install DBI::DBD'
>   perl -MCPAN -e 'install Bundle::DBI'
> I then followed the instructions in
> postgresql-7.1beta5/src/interfaces/perl5/README, and installed Pg.pm.

interfaces/perl5 is a standalone interface module for Perl.  It has
nothing to do with DBI.  In particular, it is *not* the same thing as
DBD-Pg, which is the Pg driver that DBI is looking for.  You can find
DBD-Pg in the same CPAN archives you got DBI from.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Jerry Asher
Date:
Subject: trouble finding the object method driver....
Next
From: Jerry Asher
Date:
Subject: Re: trouble finding the object method driver....