This module does not actually use any DBD::Pg calls, just DBI. However, the DBI calls...
authorPaul Harrington <phrrngtn@users.sourceforge.net>
Wed, 15 Oct 2003 19:56:20 +0000 (19:56 +0000)
committerPaul Harrington <phrrngtn@users.sourceforge.net>
Wed, 15 Oct 2003 19:56:20 +0000 (19:56 +0000)
commit6e86705a5768dbcd89f627c2893c495ed7be376e
tree929c83ef6b349a00564e3c904fa545e5b5eae49f
parent420f63c737b1a6cf568d4b90e9dad1e52b8b1f2f
This module does not actually use any DBD::Pg calls, just DBI. However, the DBI calls are delegated to DBD::Pg and the revision on CPAN (1.22) does not have very usable table_info() and column_info catalog methods. Put in a nagging message so that the user does not get too shocked by the poor results if running with <1.31
lib/SQL/Translator/Parser/DBI/PostgreSQL.pm