projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c84803
)
Minor correction of READ COMMITTED isolation level docs.
author
Kevin Grittner
<kgrittn@postgresql.org>
Wed, 27 Nov 2013 20:34:12 +0000
(14:34 -0600)
committer
Kevin Grittner
<kgrittn@postgresql.org>
Wed, 27 Nov 2013 20:34:12 +0000
(14:34 -0600)
Per report from AK
doc/src/sgml/mvcc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/mvcc.sgml
b/doc/src/sgml/mvcc.sgml
index f56eb557b18cf1ca43fa78dba20ede3d90087bea..2ca423ce8a2753894f9a4d072ead6af22d715a6c 100644
(file)
--- a/
doc/src/sgml/mvcc.sgml
+++ b/
doc/src/sgml/mvcc.sgml
@@
-298,7
+298,8
@@
though they are not yet committed. Also note that two successive
<command>SELECT</command> commands can see different data, even
though they are within a single transaction, if other transactions
- commit changes during execution of the first <command>SELECT</command>.
+ commit changes after the first <command>SELECT</command> starts and
+ before the second <command>SELECT</command> starts.
</para>
<para>