8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c84803 commit 89ba815Copy full SHA for 89ba815
doc/src/sgml/mvcc.sgml
@@ -298,7 +298,8 @@
298
though they are not yet committed. Also note that two successive
299
<command>SELECT</command> commands can see different data, even
300
though they are within a single transaction, if other transactions
301
- commit changes during execution of the first <command>SELECT</command>.
+ commit changes after the first <command>SELECT</command> starts and
302
+ before the second <command>SELECT</command> starts.
303
</para>
304
305
<para>
0 commit comments