From e8f4c240c7065edcbe82e06a2d86c05c8abee67f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 20 Mar 2011 19:35:19 -0400 Subject: [PATCH] Fix snapshot isolation level typo in 9.1 release notes. --- doc/src/sgml/release-9.1.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 366edcd35e..1f8a2d3290 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -1014,7 +1014,7 @@ Previously asking for serializable isolation produced snapshot isolation, which had certain documented anomalies. - The old snapshot isolation level is still accessible by the + The old snapshot isolation level is still accessible by requesting REPEATABLE READ isolation level.