Class::DBI::DDL::Pg - Perform driver dependent work for PostgreSQL


Class-DBI-DDL documentation  | view source Contained in the Class-DBI-DDL distribution.

Index


NAME

Top

Class::DBI::DDL::Pg - Perform driver dependent work for PostgreSQL

DESCRIPTION

Top

Do not use this package directly. Intead, it will automatically be imported and used by Class::DBI::DDL when the underlying database uses the DBD::Pg driver.

The only method here that works different from the default is pre_create_table. This method uses the PostgreSQL SERIAL type to perform auto-increment and sets the sequence method since Class::DBI doesn't properly handle PostgreSQL auto-numbering.

SEE ALSO

Top

Class::DBI, DBI, Class::DBI::DDL, DBD::Pg

AUTHOR

Top

Andrew Sterling Hanenkamp <sterling@hanenkamp.com>

LICENSE AND COPYRIGHT

Top


Class-DBI-DDL documentation  | view source Contained in the Class-DBI-DDL distribution.