]> granicus.if.org Git - postgresql/commitdiff
Reword alpha release note item on SSI.
authorRobert Haas <rhaas@postgresql.org>
Mon, 7 Mar 2011 18:57:06 +0000 (13:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 7 Mar 2011 18:57:06 +0000 (13:57 -0500)
Per Josh Berkus; some additional explanatory text by me.

doc/src/sgml/release-9.1.sgml

index be8d65ae4be9408746420282fd7d69d6f0159169..6682106820c1e1f34a19d50a36b0ef3567d44552 100644 (file)
 
        <listitem>
         <para>
-         <emphasis>Implement a truly serializable isolation level</emphasis>
+         <emphasis>Implement Serializable Snapshot Isolation, in order to
+         provide a more robust serializable transaction mode.</emphasis>
+        </para>
+        <para>
+         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.
         </para>
        </listitem>