Jarek Jarcec Cecho created SQOOP-597:
----------------------------------------
Summary: PostgreSQL Manager is incorrectly escaping table names
Key: SQOOP-597
URL: https://issues.apache.org/jira/browse/SQOOP-597
Project: Sqoop
Issue Type: Bug
Affects Versions: 1.4.2
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
Fix For: 1.4.3
PostgreSQL Manager is correctly escaping entire table name argument into double
quotes like on following example:
{code}
schema.table => "schema.table"
{code}
However this escaping is not valid as it should be:
{code}
schema.table => schema."table"
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira