Skip to content

Commit

Permalink
Fix link to CREATE KEYSPACE in CQL3 docs
Browse files Browse the repository at this point in the history
Patch by Jon Åslund; reviewed by Tyler Hobbs
  • Loading branch information
jooon authored and thobbs committed Mar 5, 2015
1 parent 90a012a commit d04602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cql3/CQL.textile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ ALTER KEYSPACE Excelsior
WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 4};

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
Expand Down

0 comments on commit d04602d

Please sign in to comment.