Commit 89ba8150 authored by Kevin Grittner's avatar Kevin Grittner

Minor correction of READ COMMITTED isolation level docs.

Per report from AK
parent 8c84803e
...@@ -298,7 +298,8 @@ ...@@ -298,7 +298,8 @@
though they are not yet committed. Also note that two successive though they are not yet committed. Also note that two successive
<command>SELECT</command> commands can see different data, even <command>SELECT</command> commands can see different data, even
though they are within a single transaction, if other transactions 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>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment