No need to create constraint names if they don't already exist (and PG
authorKen Youens-Clark <kclark@cpan.org>
Fri, 26 Sep 2003 22:35:23 +0000 (22:35 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Fri, 26 Sep 2003 22:35:23 +0000 (22:35 +0000)
commitc8c17a58080cc4a73fc356cf155a7342eb5b515a
tree57b7fac047a57df64bc6884813c2172d458119b2
parent51bb6fe019947909d936313f76277b24184a0373
No need to create constraint names if they don't already exist (and PG
might still complain about existing ones);  leave off 'Constraint "name"'
when no name is present;  remove default values for date/timestamp fields
(a real mess when moving from MySQL);  max precision for a timestamp is
"6," not "13."
lib/SQL/Translator/Producer/PostgreSQL.pm