You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/02/21 08:00:23 UTC

[jira] [Created] (TAJO-615) Implement ADD TABLE RENAME TABLE

Hyunsik Choi created TAJO-615:
---------------------------------

             Summary: Implement ADD TABLE RENAME TABLE
                 Key: TAJO-615
                 URL: https://issues.apache.org/jira/browse/TAJO-615
             Project: Tajo
          Issue Type: Sub-task
          Components: catalog, parser, planner/optimizer
            Reporter: Hyunsik Choi
             Fix For: 0.8-incubating, 1.0-incubating


We should support ALTER TABLE RENAME TABLE.

The grammar is as follows:
{code}
ALTER TABLE table_name RENAME TO new_name
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)