From 919c486a275bcdd83d2add77da87b6edbd91418c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 4 May 2023 06:44:38 +0200 Subject: [PATCH] doc: New glossary entries Add: - "Restartpoint" - "Log sequence number" "LSN" was already listed in the Acronyms appendix, but it is more suitable as a glossary entry, so move it there and have the acronyms entry link into the glossary. Also turn on DocBook parameter glossentry.show.acronym to show acronyms for glossary entries, which is being used here. Reviewed-by: Daniel Gustafsson Reviewed-by: Alvaro Herrera Discussion: https://www.postgresql.org/message-id/flat/60915312-62cd-9c94-0d94-556023ece45f%40enterprisedb.com --- doc/src/sgml/acronyms.sgml | 3 +-- doc/src/sgml/glossary.sgml | 36 ++++++++++++++++++++++++++++++ doc/src/sgml/stylesheet-common.xsl | 1 + 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index a60ff54a6c..22e0dc5c70 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -402,8 +402,7 @@ LSN - Log Sequence Number, see pg_lsn - and WAL Internals. + Log Sequence Number diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index 29bf1873bd..fe8def41d0 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -1039,6 +1039,28 @@ + + Log sequence number + LSN + + + Byte offset into the WAL, + increasing monotonically with each new WAL record. + + + For more information, see pg_lsn and . + + + + + + LSN + + + Master (server) @@ -1342,6 +1364,20 @@ + + Restartpoint + + + A variant of a checkpoint performed on a + replica. + + + For more information, see . + + + + Result set diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index d2928f86eb..b7fb6c489a 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -28,6 +28,7 @@ +yes 2