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

Changes for version 3.14.0

  • The $dbh->primary_key_info and $dbh->foreign_key_info methods will now always return a statement handle, even with no matches. Previously, they returned undef directly. Callers can check if the returned handle contains any rows.
    • Greg Sabino Mullane
  • The $dbh->tables method will always return a list, even if it is empty.
    • Greg Sabino Mullane
  • Add pg_lo_tell64, pg_lo_seek64, and pg_lo_truncate64, for anyone dealing with really, really, really large 'large objects'. Requires Postgres 9.3 or better.
    • Greg Sabino Mullane
  • Allow test to run again when using a non-superuser to connect
    • Greg Sabino Mullane
  • Adjust tests to force loading proper version of DBD::Pg every time.
    • Greg Sabino Mullane
  • Removed the long-deprecated _pg_use_catalog method.
    • Greg Sabino Mullane
  • Many improvements and changes to the test suite.
    • Greg Sabino Mullane

Modules

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