mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.0' into cassandra-2.1
This commit is contained in:
commit
59ed491ac8
|
|
@ -194,7 +194,7 @@ ALTER KEYSPACE Excelsior
|
||||||
WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 4};
|
WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 4};
|
||||||
|
|
||||||
p.
|
p.
|
||||||
The @ALTER KEYSPACE@ statement alter the properties of an existing keyspace. The supported @<properties>@ are the same that for the "@CREATE TABLE@":#createKeyspaceStmt statement.
|
The @ALTER KEYSPACE@ statement alters the properties of an existing keyspace. The supported @<properties>@ are the same as for the "@CREATE KEYSPACE@":#createKeyspaceStmt statement.
|
||||||
|
|
||||||
|
|
||||||
h3(#dropKeyspaceStmt). DROP KEYSPACE
|
h3(#dropKeyspaceStmt). DROP KEYSPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue