You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/06/14 18:46:25 UTC

git commit: Revert "Remove nonexistent drop column from cqlsh help"

Updated Branches:
  refs/heads/trunk 3de315723 -> 241e82d71


Revert "Remove nonexistent drop column from cqlsh help"

This reverts commit 473713f461524c10b5f403ac84d821e26aec6df2.


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/241e82d7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/241e82d7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/241e82d7

Branch: refs/heads/trunk
Commit: 241e82d71925161ba13336f7a6ab356023490569
Parents: 3de3157
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jun 14 11:46:05 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jun 14 11:46:05 2013 -0500

----------------------------------------------------------------------
 pylib/cqlshlib/helptopics.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/241e82d7/pylib/cqlshlib/helptopics.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/helptopics.py b/pylib/cqlshlib/helptopics.py
index 0d1a92d..fb769f3 100644
--- a/pylib/cqlshlib/helptopics.py
+++ b/pylib/cqlshlib/helptopics.py
@@ -270,6 +270,7 @@ class CQLHelpTopics(object):
         print """
         ALTER TABLE <tablename> ALTER <columnname> TYPE <type>;
         ALTER TABLE <tablename> ADD <columnname> <type>;
+        ALTER TABLE <tablename> DROP <columnname>;
         ALTER TABLE <tablename> WITH <optionname> = <val> [AND <optionname> = <val> [...]];
 
         An ALTER statement is used to manipulate table metadata. It allows you