|
Home > Archive > PostgreSQL Discussion > February 2006 > DBD::Pg 1.44 released
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DBD::Pg 1.44 released
|
|
| Greg Sabino Mullane 2006-02-25, 9:44 am |
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am pleased to announce that version 1.44 of DBD::Pg has
been released. You can find it on CPAN:
http://search.cpan.org/~dbdpg/DBD-Pg-1.44/
This will be one of the last versions that supports
PostgreSQL 7.3. If you are using that, you are strongly
encouraged to upgrade to the 8.x series.
This version has many changes and bug fixes. Some of the
more notable enhancements include:
* Allow data types to be specified in $dbh->quote() calls.
* Full support for "dollar-sign" quoting.
* Complete rewrite and optimization of the do() method, which
now runs much quicker if placeholders are not used.
The complete list can be found in the "Changes" file linked
to from the above URL.
This version also uses a SIGNATURE file, which requires the
use of Module::Signature. It is highly recommended that
you verify your installation this way. Otherwise:
MD5 checksum:
7593ce2e07c0959ef62d
9628229d2d1a DBD-Pg-1.44.tar.gz
SHA1 checksum:
f5027985ec5d275853f0
a727f85a2678b57e719b
DBD-Pg-1.44.tar.gz
- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200602222101
http://biglumber.com/x/web? pk=2529...14964
AC8
-----BEGIN PGP SIGNATURE-----
iD8DBQFD/ RecvJuQZxSWSsgRAkh0A
J9wI04+f1MizPM50Jdba
mYxPCEYawCgt5Zs
mFxZk1e1qRt4md2ZRpxy
h94=
=oEvi
-----END PGP SIGNATURE-----
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
| |
| Mike G. 2006-02-25, 9:44 am |
| If someone can make a ppm I would appreciate it. I have VS 2005 not 2003.
Mike
On Thu, Feb 23, 2006 at 02:11:55AM -0000, Greg Sabino Mullane wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I am pleased to announce that version 1.44 of DBD::Pg has
> been released. You can find it on CPAN:
>
> http://search.cpan.org/~dbdpg/DBD-Pg-1.44/
>
> This will be one of the last versions that supports
> PostgreSQL 7.3. If you are using that, you are strongly
> encouraged to upgrade to the 8.x series.
>
> This version has many changes and bug fixes. Some of the
> more notable enhancements include:
>
> * Allow data types to be specified in $dbh->quote() calls.
>
> * Full support for "dollar-sign" quoting.
>
> * Complete rewrite and optimization of the do() method, which
> now runs much quicker if placeholders are not used.
>
> The complete list can be found in the "Changes" file linked
> to from the above URL.
>
> This version also uses a SIGNATURE file, which requires the
> use of Module::Signature. It is highly recommended that
> you verify your installation this way. Otherwise:
>
> MD5 checksum:
> 7593ce2e07c0959ef62d
9628229d2d1a DBD-Pg-1.44.tar.gz
> SHA1 checksum:
> f5027985ec5d275853f0
a727f85a2678b57e719b
DBD-Pg-1.44.tar.gz
>
> - --
> Greg Sabino Mullane greg@turnstep.com
> PGP Key: 0x14964AC8 200602222101
> http://biglumber.com/x/web? pk=2529...14964
AC8
> -----BEGIN PGP SIGNATURE-----
>
> iD8DBQFD/ RecvJuQZxSWSsgRAkh0A
J9wI04+f1MizPM50Jdba
mYxPCEYawCgt5Zs
> mFxZk1e1qRt4md2ZRpxy
h94=
> =oEvi
> -----END PGP SIGNATURE-----
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
|
|
|
|
|