summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorKevin Grittner2016-05-25 16:17:08 +0000
committerKevin Grittner2016-05-25 16:17:08 +0000
commit627e360358e3beb67cd2f54393835f979c5e30b7 (patch)
treebcd10cef1dd6fccdb604cfe90e95b6ed80fa54e0 /doc/src
parent018eb027f181234be7a580e9502c40ac5ad04f77 (diff)
Update doc text to reflect new column in MVCC phenomena table.
Scott Wehrenberg
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/mvcc.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index f2272bc8658..306def4a15a 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -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.