Now that the PG parser is using the Schema object, a previously uncaught
authorKen Youens-Clark <kclark@cpan.org>
Fri, 6 Jun 2003 22:22:20 +0000 (22:22 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Fri, 6 Jun 2003 22:22:20 +0000 (22:22 +0000)
commit2da7994bce08a92ef54af83c829d908d11ab9527
treefc2cf8c2ea3e90b20d292308bc132c24d5268364
parent07b82495326335722b6d1aefdb9b86f9b6c4ba56
Now that the PG parser is using the Schema object, a previously uncaught
bug surfaced in that an index was created on a table (cvterm_synonym) that
isn't defined in the SQL, so that creates a problem.  Commented out the
line.
t/08postgres-to-mysql.t