-----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:

git://bucardo.org/dbdpg.git

Complete list of changes in 3.4.0:

(git commit 7a5da12d84b4c2e9879f90fb6168f56c095071fa)

  - Cleanup and improve table_info()
    [Mike Pomraning <m...@pilcrow.madison.wi.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 g...@turnstep.com
PGP Key: 0x14964AC8 201408181051
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAlPyEwYACgkQvJuQZxSWSsgBBQCgrYkYnb9Sgv4G5yQJYNQqIOfj
VhkAn2bxny/zVJBOFvOJ/w/AtajXgO52
=70S2
-----END PGP SIGNATURE-----


Reply via email to