You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2009/02/02 06:39:59 UTC

[jira] Created: (HIVE-265) Implement COPY TO syntax

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.