Clean up option parsing and identifier quoting in Producer::PostgreSQL
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 29 Jun 2014 16:52:01 +0000 (17:52 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 16 Oct 2014 12:02:46 +0000 (13:02 +0100)
commitf82112a31415cc2d1855313695d412d079b53912
tree923cbf58d0e737a6a37da4c0c1c22fdf82b23959
parentb6fda1d15abec5e34f793a266b139d374bdfa4c3
Clean up option parsing and identifier quoting in Producer::PostgreSQL

Remove the unused quote_field_names and table_name options and use the
factored-out quote option parsing function.
lib/SQL/Translator/Producer/PostgreSQL.pm
t/30sqlt-new-diff-pgsql.t
t/47postgres-producer.t