From: | "gnari" <gnari(at)simnet(dot)is> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Cc: | <ralough(at)iee(dot)org> |
Subject: | Re: Three versions of Pg.pm on my machine |
Date: | 2004-07-16 20:26:01 |
Message-ID: | 003101c46b73$1c443660$0100000a@wp2000 |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
[CC sent to richard(at)sheugh(dot)com]
"Richard A Lough" <richard(at)sheugh(dot)com> says:
>
> I am running debian|testing and postgres 7.4.2, and I find
> the following versions of Pg.pm on my machine.
>
> # $Id:Pg.pm, v 1.1.1.1 2004.01.16 - 18166 bytes in
> /usr/share/perl5/Pg.pm
this is probably supplied by the debian package
libpg-perl
>
> package Class::DBI::Pg;
> # $Id: Pg.pm v 1.15 2003.09.10 - 3419 bytes in
> /usr/share/perl5/Class/DBI/Pg.pm
this is another module alltogether (Class::DBI::Pg),
and you need not worry about this
>
> # $Id:Pg.pm v 1.92 2004.02.25 - 66285 bytes in
> /usr/lib/Perl5/Pg.pm
this does not seem to be supplied by a (current)
debian package according to packages.debian.org
what is the output of:
# dpkg -S /usr/lib/Perl5/Pg.pm
?
> ... Probably a Perl
> newsgroup would be the best place to ask, but I thought
> I should ask here first in case I missed something.
I think the answer you are likely to get on a perl newsgroup
is to use DBI
# apt-get install libdbd-pg-perl
gnari
From | Date | Subject | |
---|---|---|---|
Next Message | Constantin Khatskevich | 2004-07-16 22:40:25 | unsubscribe |
Previous Message | Tony Li | 2004-07-16 19:58:20 | Re: change the last bit |