* Add support for PostGIS Geometry and Geography data types in the Pg producer
* Some minor fixes to squash warnings on new perls
* Support a custom_type_name hint when creating enum types in PostgreSQL
+* Fix sqlt options/pod mismatch (RT#58318)
# ----------------------------------------------------------
# 0.11006 2010-06-03
GetOptions(
'add-drop-table' => \$add_drop_table,
- 'quote_table_names' => \$quote_table_names,
- 'quote_field_names' => \$quote_field_names,
+ 'quote-table-names|quote_table_names' => \$quote_table_names,
+ 'quote-field-names|quote_field_names' => \$quote_field_names,
'd|debug' => \$debug,
'f|from|parser:s' => \$from,
'fs:s' => \$field_separator,