Fix snapshot isolation level typo in 9.1 release notes.

This commit is contained in:
Bruce Momjian 2011-03-20 19:35:19 -04:00
parent f670c195b6
commit e8f4c240c7
1 changed files with 1 additions and 1 deletions

View File

@ -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>