From: Kevin Grittner Date: Wed, 25 May 2016 16:17:08 +0000 (-0500) Subject: Update doc text to reflect new column in MVCC phenomena table. X-Git-Tag: REL9_6_BETA2~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=627e360358e3beb67cd2f54393835f979c5e30b7;p=thirdparty%2Fpostgresql.git Update doc text to reflect new column in MVCC phenomena table. Scott Wehrenberg --- 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 SQL standard for this isolation level, and prevents all of the phenomena described - in . As mentioned above, this is + in except for serialization + anomalies. As mentioned above, this is specifically allowed by the standard, which only describes the minimum protections each isolation level must provide.