fixed parsing of Pg COMMENT ON ... syntax
authorChris Mungall <cjmungall@lbl.gov>
Sat, 23 Oct 2004 19:58:32 +0000 (19:58 +0000)
committerChris Mungall <cjmungall@lbl.gov>
Sat, 23 Oct 2004 19:58:32 +0000 (19:58 +0000)
commite4a9818dd51f752673818986e0419f25ad9f9357
tree568b82b3fc67a6266e23ec56bfa14424be38071f
parent10f36920865d9a07d6572df77e47ffb71f821a93
fixed parsing of Pg COMMENT ON ... syntax

previously only recognised comments on TABLE and COLUMN
also would not recognise comment_phrases split over multiple lines

now accept all comment types; however, it does not add information
to the datamodel except for TABLE and COLUMN

accepts comments split over multiple lines

will barf if comment includes escaped singlequote ''

test 08 extended to deal with parsing comments gracefully
(does not check contents of datamodel however)
lib/SQL/Translator/Parser/PostgreSQL.pm
t/08postgres-to-mysql.t