Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89ba815

Browse files
committed
Minor correction of READ COMMITTED isolation level docs.
Per report from AK
1 parent8c84803 commit89ba815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/mvcc.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@
298298
though they are not yet committed. Also note that two successive
299299
<command>SELECT</command> commands can see different data, even
300300
though they are within a single transaction, if other transactions
301-
commit changes during execution of the first <command>SELECT</command>.
301+
commit changes after the first <command>SELECT</command> starts and
302+
before the second <command>SELECT</command> starts.
302303
</para>
303304

304305
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp