Reword alpha release note item on SSI.
authorRobert Haas
Mon, 7 Mar 2011 18:57:06 +0000 (13:57 -0500)
committerRobert Haas
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)
 
        
         
-         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.