aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-11-04 09:24:36 -0500
committerBruce Momjian <bruce@momjian.us>2024-11-04 09:24:58 -0500
commit7ac744e72c842f528bfbb303e615560f0689619b (patch)
treebcdaf5876421c47ce7abd50f35c66a336f540932 /doc/src
parent6ae0897e42416d8954f0340ba7eca6275ed8c8b7 (diff)
downloadpostgresql-7ac744e72c842f528bfbb303e615560f0689619b.tar.gz
postgresql-7ac744e72c842f528bfbb303e615560f0689619b.zip
doc: fix typo in mvcc clarification in commit 2fa255ce9b9
Reported-by: Erik Rijkers (private email) Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/mvcc.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index 6c02c226f60..049ee75a4ba 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -427,7 +427,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 7534;
COMMIT;
</screen>
- If another transactions concurrently tries to change the balance of account
+ If another transaction concurrently tries to change the balance of account
7534, we clearly want the second statement to start with the updated
version of the account's row. Because each command is affecting only a
predetermined row, letting it see the updated version of the row does