projects
/
postgresql.git
/ 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
Sun, 20 Mar 2011 23:35:19 +0000
(19:35 -0400)
committer
Bruce Momjian
Sun, 20 Mar 2011 23:35:19 +0000
(19:35 -0400)
doc/src/sgml/release-9.1.sgml
patch
|
blob
|
blame
|
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
@@
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.