diff options
author | Bruce Momjian | 2022-11-30 01:49:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-11-30 01:49:52 +0000 |
commit | 66bc9d2d3e57acca20bcb0b6deb225abb01384bf (patch) | |
tree | f81aec709aafc982e2fa0dbdb219c13990420b71 /doc/src/sgml/postgres.sgml | |
parent | d18655cc037a811b936971e99af4a2427a9739d6 (diff) |
doc: add transaction processing chapter with internals info
This also adds references to this new chapter at relevant sections of
our documentation. Previously much of these internal details were
exposed to users, but not explained. This also updates RELEASE
SAVEPOINT.
Discussion: https://postgr.es/m/CANbhV-E_iy9fmrErxrCh8TZTyenpfo72Hf_XD2HLDppva4dUNA@mail.gmail.com
Author: Simon Riggs, Laurenz Albe
Reviewed-by: Bruce Momjian
Backpatch-through: 11
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 73439c049e9..2e271862fc1 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -271,6 +271,7 @@ break is not needed in a wider output rendering. &brin; &hash; &storage; + &transaction; &bki; &planstats; &backup-manifest; |