pgsql: doc: New glossary entries

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: New glossary entries
Date: 2023-05-04 05:37:29
Message-ID: E1puRej-000OO1-Ff@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <daniel(at)yesql(dot)se>
Reviewed-by: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Discussion: https://www.postgresql.org/message-id/flat/60915312-62cd-9c94-0d94-556023ece45f%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/919c486a275bcdd83d2add77da87b6edbd91418c

Modified Files
--------------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-05-04 10:10:48 pgsql: Revert "Move PartitionPruneInfo out of plan nodes into PlannedSt
Previous Message Amit Kapila 2023-05-04 03:14:38 pgsql: Test that invalidated logical slots doesn't retain WAL.