From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | dbd-pg(at)perl(dot)org |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | DBD::Pg 3.4.0 released |
Date: | 2014-08-18 14:53:30 |
Message-ID: | e183dd82d399c42b3a9a75cb285ffdf0@biglumber.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg메이저 토토 사이트SQL |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Version 3.4.0 of DBD::Pg, the Perl interface to Postgres,
was released on August 16, 2014. The primary changes in this
version are improvements in the table_info() and column_info()
methods: see below for details. As always, you can download
a tarball from CPAN:
http://search.cpan.org/dist/DBD-Pg/
Checksums for version 3.4.0 of DBD::Pg
e1fbe2ac4bd4951f1726a36b315c263c DBD-Pg-3.4.0.tar.gz
611cda7b4eefcc437991eebb4a1561a112554c18 DBD-Pg-3.4.0.tar.gz
The mailing list welcomes any and all questions:
http://www.nntp.perl.org/group/perl.dbd.pg/
Development can be tracked via git:
Complete list of changes in 3.4.0:
(git commit 7a5da12d84b4c2e9879f90fb6168f56c095071fa)
- Cleanup and improve table_info()
[Mike Pomraning <mjp(at)pilcrow(dot)madison(dot)wi(dot)us>] (github issue #7)
table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE,
SYSTEM VIEW, and LOCAL TEMPORARY
table_info() object searching fully supports the above types.
table_info() object searching no longer ignores invalid types - a filter
of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will
return only temp objects.
tableinfo() type filters are strictly matched now ... previously a
search for SYSTEM TABLE would have fetched plain TABLE objects.
table_info() now treats temporary tables and temporary views as LOCAL TEMPORARY
- Make sure column_info() and table_info() can handle materialized views.
[Greg Sabino Mullane] (CPAN bug #97032)
- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 201408181051
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iEYEAREDAAYFAlPyEwYACgkQvJuQZxSWSsgBBQCgrYkYnb9Sgv4G5yQJYNQqIOfj
VhkAn2bxny/zVJBOFvOJ/w/AtajXgO52
=70S2
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | frank ernest | 2014-09-15 16:09:45 | segfault in libpq |
Previous Message | Thomas Heller | 2014-08-18 09:12:14 | Re: Protocol Question |