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

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.

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

Andrew Sterling Hanenkamp <sterling@hanenkamp.com>

Copyright 2003 Andrew Sterling Hanenkamp. All Rights Reserved.
This module is free software and is distributed under the same license as Perl itself.