diff options
| author | Bruce Momjian <bruce@momjian.us> | 2011-03-20 19:35:19 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2011-03-20 19:35:19 -0400 |
| commit | e8f4c240c7065edcbe82e06a2d86c05c8abee67f (patch) | |
| tree | ffa81a9c3ff514572babdb3076c7514ac4efcb46 /doc/src | |
| parent | f670c195b64a97b8b9e9780e80614cd03b9fcadd (diff) | |
Fix snapshot isolation level typo in 9.1 release notes.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/release-9.1.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 366edcd35ee..1f8a2d3290e 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -1014,7 +1014,7 @@ <para> 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 <link linkend="xact-repeatable-read"><literal>REPEATABLE READ</></link> isolation level. </para> |
