The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.4.0

  • Cleanup and improve table_info() [Mike Pomraning <mjp@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)

Modules

PostgreSQL database driver for the DBI module
A bundle to install all DBD::Pg related modules