]> granicus.if.org Git - postgresql/commitdiff
Update doc text to reflect new column in MVCC phenomena table.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 25 May 2016 16:17:08 +0000 (11:17 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 25 May 2016 16:17:08 +0000 (11:17 -0500)
Scott Wehrenberg

doc/src/sgml/mvcc.sgml

index f2272bc865849242709f0c595f3e47fbfb1bcd43..306def4a15a0425942878580ec11da19f591db74 100644 (file)
@@ -461,7 +461,8 @@ COMMIT;
     even though they are not yet committed.)  This is a stronger
     guarantee than is required by the <acronym>SQL</acronym> standard
     for this isolation level, and prevents all of the phenomena described
-    in <xref linkend="mvcc-isolevel-table">.  As mentioned above, this is
+    in <xref linkend="mvcc-isolevel-table"> except for serialization
+    anomalies.  As mentioned above, this is
     specifically allowed by the standard, which only describes the
     <emphasis>minimum</emphasis> protections each isolation level must
     provide.