Description
Support direct export to PostgreSQL using COPY... FROM with selective columns.
Need to update PostgreSQLCopyExportMapper.java to support COPY command be generated with list of selective columns like: COPY table (listColumns)...FROM
Attachments
Attachments
Issue Links
- is related to
-
SQOOP-999 Support bulk load from HDFS to PostgreSQL using COPY ... FROM
- Resolved