We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843cd0b commit 66c8040Copy full SHA for 66c8040
doc/src/sgml/mvcc.sgml
@@ -422,8 +422,9 @@ COMMIT;
422
<para>
423
This level is different from Read Committed in that a query in a
424
repeatable read transaction sees a snapshot as of the start of the
425
+ first non-transaction-control statement in the
426
<emphasis>transaction</>, not as of the start
- of the current query within the transaction. Thus, successive
427
+ of the current statement within the transaction. Thus, successive
428
<command>SELECT</command> commands within a <emphasis>single</>
429
transaction see the same data, i.e., they do not see changes made by
430
other transactions that committed after their own transaction started.
0 commit comments