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

Commit66c8040

Browse files
committed
docs: clarify when MVCC snapshot is taken
Report by Álvaro Hernández Tortosa
1 parent843cd0b commit66c8040

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
@@ -422,8 +422,9 @@ COMMIT;
422422
<para>
423423
This level is different from Read Committed in that a query in a
424424
repeatable read transaction sees a snapshot as of the start of the
425+
first non-transaction-control statement in the
425426
<emphasis>transaction</>, not as of the start
426-
of the currentquery within the transaction. Thus, successive
427+
of the currentstatement within the transaction. Thus, successive
427428
<command>SELECT</command> commands within a <emphasis>single</>
428429
transaction see the same data, i.e., they do not see changes made by
429430
other transactions that committed after their own transaction started.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp