Skip to content
Snippets Groups Projects
Commit 89ba8150 authored by Kevin Grittner's avatar Kevin Grittner
Browse files

Minor correction of READ COMMITTED isolation level docs.

Per report from AK
parent 8c84803e
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment