DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema


NAME

DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema


SYNOPSIS

use DBI; use DBIx::DBSchema;

$dbh = DBI->connect('dbi:Pg:dbname=database', 'user', 'pass'); $schema = new_native DBIx::DBSchema $dbh;


DESCRIPTION

This module implements a PostgreSQL-native driver for DBIx::DBSchema.


AUTHOR

Ivan Kohler <ivan-dbix-dbschema@420.am>


COPYRIGHT

Copyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC Copyright (c) 2007 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


BUGS

Yes.

columns doesn't return column default information.


SEE ALSO

the DBIx::DBSchema manpage, the DBIx::DBSchema::DBD manpage, the DBI manpage, the DBI::DBD manpage

 DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema