Pg7.2bata4 pgsql_perl5 version. - Mailing list pgsql-hackers

From KobayashiJunichi
Subject Pg7.2bata4 pgsql_perl5 version.
Date
Msg-id 3C201DF0.7FEE3C04@sra.co.jp
Whole thread Raw
List pgsql-hackers
Hello,
I found the following code in postgresql-7.2b4/src/interfaces/perl5/Pg.pm:101 file.

$Pg::VERSION = '1.9.0';

Is this version number correct? I think this version is 1.8.X.
The latest release of pgsql_perl5 is also 1.9.0. And we can find the following url.

http://search.cpan.org/search?module=Pg

As you know, the pgsql_perl5 1.9.0 of CPAN can not use old-style interface,
but the perl interface of pg7.2b4 can use it.
--
junichi@sra.co.jp


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Thoughts on the location of configuration files, how about this:
Next
From: Andrew McMillan
Date:
Subject: Re: Connection Pooling, a year later