]> granicus.if.org Git - postgresql/commitdiff
Change "and and" to "and".
authorRobert Haas <rhaas@postgresql.org>
Fri, 28 Oct 2011 15:59:55 +0000 (11:59 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 28 Oct 2011 15:59:55 +0000 (11:59 -0400)
Report by Vik Reykja, patch by Kevin Grittner.

doc/src/sgml/mvcc.sgml

index 1ec07dd9eeed23d46642f59c3f9791afce7ca06f..b311d2401096f5d0068a807042f94245ccc02edf 100644 (file)
@@ -547,7 +547,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
     If either transaction were running at the Repeatable Read isolation level,
     both would be allowed to commit; but since there is no serial order of execution
     consistent with the result, using Serializable transactions will allow one
-    transaction to commit and and will roll the other back with this message:
+    transaction to commit and will roll the other back with this message:
 
 <screen>
 ERROR:  could not serialize access due to read/write dependencies among transactions