mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Minor correction of READ COMMITTED isolation level docs.
Per report from AK
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user