Added a select section to the parser. This is to handle function calls that
authorBen Faga <faga@cshl.edu>
Thu, 20 Dec 2007 15:48:09 +0000 (15:48 +0000)
committerBen Faga <faga@cshl.edu>
Thu, 20 Dec 2007 15:48:09 +0000 (15:48 +0000)
commit34338cb2910f1215b0fab181b23d8d4c583bc788
treecbc0cc2844632c9757b8aea576b995ca0833dce9
parent6f28e7ac29dd1f3fd9b51bca6abaf32f6c7d1537
Added a select section to the parser.  This is to handle function calls that
may affect the tables during creation.

Added the setval function.  Unfortunately, nothing is being done with this
because the parser doesn't seem to handle sequences.

Skipping all COPY commands because they are not needed for schema creation.

Added a line each for revoking and granting permissions for a schema.  This
doesn't actually do anything with that information.
lib/SQL/Translator/Parser/PostgreSQL.pm