Implement COPY TO syntax
------------------------

                 Key: HIVE-265
                 URL: https://issues.apache.org/jira/browse/HIVE-265
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Jeff Hammerbacher


Postgres has a nice syntax for moving data from a file into a table, and vice 
versa. It's similar to Hive's "INSERT INTO ... SELECT ..." syntax, but may be 
easier to use for Postgres users. In particular, I like the ability to COPY TO 
with delimiters specified. This would allow for easy CSV export.

Docs: http://www.postgresql.org/docs/current/interactive/sql-copy.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to