Subject: | RFE: Support Postgres schemas |
This probably blocks on an equivalent bug in Class::DBI::Pg
In Class::DBI::Loader::Pg, the schema "public" is passed into
$dbh->tables, meaning that it won't work for any tables in a schema.
Support for mapping schemas to Perl packagespace would also be keen.