[
https://issues.apache.org/jira/browse/SQOOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453047#comment-13453047
]
Jarek Jarcec Cecho commented on SQOOP-597:
------------------------------------------
I've done deeper analysis of the code and I'm afraid that current PostgreSQL
connector is not supporting non default schemes at all. There is hard coded
usage of default scheme and user can't change it on sqoop command line. I'm
already working on connector modifications to support non default schemes.
Jarcec
> 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 incorrectly 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 one of following
> possibilities:
> {code}
> schema.table => schema."table"
> 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