You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/04/22 06:47:42 UTC

svn commit: r1095863 - /cassandra/branches/cassandra-0.8/doc/cql/CQL.textile

Author: jbellis
Date: Fri Apr 22 04:47:41 2011
New Revision: 1095863

URL: http://svn.apache.org/viewvc?rev=1095863&view=rev
Log:
s/CONSISTENCY <CL>/<CONSISTENCY>/

Modified:
    cassandra/branches/cassandra-0.8/doc/cql/CQL.textile

Modified: cassandra/branches/cassandra-0.8/doc/cql/CQL.textile
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/doc/cql/CQL.textile?rev=1095863&r1=1095862&r2=1095863&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/doc/cql/CQL.textile (original)
+++ cassandra/branches/cassandra-0.8/doc/cql/CQL.textile Fri Apr 22 04:47:41 2011
@@ -73,7 +73,7 @@ h2. UPDATE
 _Synopsis:_
 
 bc. 
-UPDATE <COLUMN FAMILY> [USING CONSISTENCY <CL>]
+UPDATE <COLUMN FAMILY> [USING <CONSISTENCY>]
         SET name1 = value1, name2 = value2 WHERE KEY = keyname;
         
 An @UPDATE@ is used to write one or more columns to a record in a Cassandra column family. No results are returned.