Skip to content

Commit 66c8040

Browse files
committed
docs: clarify when MVCC snapshot is taken
Report by Álvaro Hernández Tortosa
1 parent 843cd0b commit 66c8040

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 current query within the transaction. Thus, successive
427+
of the current statement 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)