Adding a DBI-Pg parser based on DBIx::DBSchema, but I'm not sure if I'm
authorKen Youens-Clark <kclark@cpan.org>
Fri, 10 Oct 2003 15:24:04 +0000 (15:24 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Fri, 10 Oct 2003 15:24:04 +0000 (15:24 +0000)
commit80ae061a391be4969df63d3affae16a629276f3b
tree78fef683ea0fba711edcdcc1e301252d77714b5f
parent37b15d8c38751b7f03405626fd180a05dfd423af
Adding a DBI-Pg parser based on DBIx::DBSchema, but I'm not sure if I'm
very happy with this approach.  It seems to get all the internal PG tables
(which I don't need) and fails to get the PK and index defs (which I do need).
lib/SQL/Translator/Parser/DBI/PostgreSQL.pm [new file with mode: 0644]