You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2014/07/31 22:10:38 UTC

[jira] [Created] (CASSANDRA-7662) Implement templated CREATE TABLE functionality (CREATE TABLE LIKE)

Aleksey Yeschenko created CASSANDRA-7662:
--------------------------------------------

             Summary: Implement templated CREATE TABLE functionality (CREATE TABLE LIKE)
                 Key: CASSANDRA-7662
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7662
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Aleksey Yeschenko
            Priority: Minor
             Fix For: 2.1.1


Implement templated CREATE TABLE functionality (CREATE TABLE LIKE) to simplify creating new tables duplicating existing ones (see parent_table part of  http://www.postgresql.org/docs/9.1/static/sql-createtable.html).

CREATE TABLE <new_table> LIKE <old_table>; - would create a new table with the same columns and options as <old_table>



--
This message was sent by Atlassian JIRA
(v6.2#6252)