Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6521410480 for ; Wed, 11 Feb 2015 09:18:27 +0000 (UTC) Received: (qmail 18339 invoked by uid 500); 11 Feb 2015 09:18:14 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 18300 invoked by uid 500); 11 Feb 2015 09:18:14 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 18287 invoked by uid 99); 11 Feb 2015 09:18:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2015 09:18:14 +0000 Date: Wed, 11 Feb 2015 09:18:14 +0000 (UTC) From: "Pramod Nair (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (CASSANDRA-7662) Implement templated CREATE TABLE functionality (CREATE TABLE LIKE) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pramod Nair updated CASSANDRA-7662: ----------------------------------- Comment: was deleted (was: That was because I was formatting the code using [cassandra.xml|https://github.com/tjake/cassandra-style-eclipse/blob/master/cassandra.xml] mentioned in http://wiki.apache.org/cassandra/CodeStyle. Will upload a new patch without the extra changes.) > 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.3 > > Attachments: 7662.patch > > > 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 LIKE ; - would create a new table with the same columns and options as -- This message was sent by Atlassian JIRA (v6.3.4#6332)