From 66bc9d2d3e57acca20bcb0b6deb225abb01384bf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 29 Nov 2022 20:49:52 -0500 Subject: 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 --- doc/src/sgml/postgres.sgml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/src/sgml/postgres.sgml') 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; -- cgit v1.2.3