76e85e4ee4
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. PR: 54725 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor) (implicit)
7 lines
230 B
Text
7 lines
230 B
Text
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for
|
|
Postgres.
|
|
|
|
select Postgres system catalog and find out all columns, primary key and SERIAL
|
|
type column.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-DBI-Pg/
|