We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae0897 commit 7ac744eCopy full SHA for 7ac744e
doc/src/sgml/mvcc.sgml
@@ -427,7 +427,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 7534;
427
COMMIT;
428
</screen>
429
430
- If another transactions concurrently tries to change the balance of account
+ If another transaction concurrently tries to change the balance of account
431
7534, we clearly want the second statement to start with the updated
432
version of the account's row. Because each command is affecting only a
433
predetermined row, letting it see the updated version of the row does
0 commit comments