The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.64

  • changed syntax of data_source (ODBC-conformant): 'dbi:Pg:dbname=dbname;host=host;port=port' !!! PLEASE ADAPT YOUR SCRIPTS !!!
  • implemented placeholders
  • implemented ping-method
  • added support for $dbh->{RaiseError} and $dbh->{PrintError}, note: DBI-default for PrintError is on !
  • allow commit and rollback only if AutoCommit = off
  • added documentation for $dbh->tables;
  • new method to get meta-information about a given table: $dbh->DBD::Pg::db::attributes($table);
  • host-parameter in test.pl is set explicitely to localhost

Modules

PostgreSQL database driver for the DBI module

Provides

in Pg.pm
in Pg.pm
in pg_type/pg_type.pm
in Pg.pm