projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f670c19
)
Fix snapshot isolation level typo in 9.1 release notes.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 20 Mar 2011 23:35:19 +0000
(19:35 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 20 Mar 2011 23:35:19 +0000
(19:35 -0400)
doc/src/sgml/release-9.1.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/release-9.1.sgml
b/doc/src/sgml/release-9.1.sgml
index 366edcd35ee01596b545a58ffc5dc5b5a8f8d19d..1f8a2d3290e8ab7fb8a1200768a88dbd3f244c65 100644
(file)
--- 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>