doc: New glossary entries
authorPeter Eisentraut
Thu, 4 May 2023 04:44:38 +0000 (06:44 +0200)
committerPeter Eisentraut
Thu, 4 May 2023 05:32:09 +0000 (07:32 +0200)
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
doc/src/sgml/glossary.sgml
doc/src/sgml/stylesheet-common.xsl

index a60ff54a6ce1c8b4d7f31664887d6146fe2ee8c0..22e0dc5c70b559896565b17bdef41efd5ee5e8ac 100644 (file)
     LSN
     
      
-      Log Sequence Number, see pg_lsn
-      and WAL Internals.
+      Log Sequence Number
      
     
    
index 29bf1873bdc86dbe02ff3198fd43db5679c911c1..fe8def41d04829449699cbd5c906f655b3020101 100644 (file)
     
   
 
+  
+   Log sequence number
+   LSN
+   
+    
+     Byte offset into the WAL,
+     increasing monotonically with each new 
+     linkend="glossary-wal-record">WAL record.
+    
+    
+     For more information, see 
+     linkend="datatype-pg-lsn">pg_lsn and 
+     linkend="wal-internals"/>.
+    
+   
+  
+
+  
+   LSN
+   
+  
+
   
    Master (server)
    
    
   
 
+  
+   Restartpoint
+   
+    
+     A variant of a 
+     linkend="glossary-checkpoint">checkpoint performed on a
+     replica.
+    
+    
+     For more information, see .
+    
+   
+  
+
   
    Result set
    
index d2928f86eb749d8a2acb95363ee2eec8f3df2925..b7fb6c489a28a53e894dfd8da48eec5da6e16b54 100644 (file)
@@ -28,6 +28,7 @@
 
 
 
+yes
 2