From: Robert Haas Date: Mon, 7 Mar 2011 18:57:06 +0000 (-0500) Subject: Reword alpha release note item on SSI. X-Git-Tag: REL9_1_ALPHA4~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcf85e3f44a518eb7bb759541189efb6726fe9bc;p=postgresql Reword alpha release note item on SSI. Per Josh Berkus; some additional explanatory text by me. --- diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index be8d65ae4b..6682106820 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -196,7 +196,14 @@ - Implement a truly serializable isolation level + Implement Serializable Snapshot Isolation, in order to + provide a more robust serializable transaction mode. + + + In previous releases, the REPEATABLE READ and SERIALIZABLE isolation + levels were identical. The historical behavior of REPEATABLE READ is + unchanged in this release, but SERIALIZABLE now provides stronger + guarantees.