Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST
authorBruce Momjian <bruce@momjian.us>
Fri, 15 May 2020 16:38:40 +0000 (12:38 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 15 May 2020 16:38:40 +0000 (12:38 -0400)
This is for use by the PG 13 release notes, but might be used for minor
release notes in the future.

Backpatch-through: 9.5

doc/src/sgml/maintenance.sgml
doc/src/sgml/spgist.sgml
doc/src/sgml/storage.sgml

index 63ddcae5829e61854b66d151b465b6010d2eb1d7..f3c81fa924314a42690588e28d375a3548e83844 100644 (file)
@@ -707,7 +707,7 @@ HINT:  Stop the postmaster and vacuum that database in single-user mode.
    </sect3>
   </sect2>
 
-  <sect2 id="autovacuum">
+  <sect2 id="autovacuum" xreflabel="autovacuum">
    <title>The Autovacuum Daemon</title>
 
    <indexterm>
index f0e4e130886e60a3c89a8b9bd0992c209ae871d6..246434252ac73a949e5cde155a8c90caa422df90 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/spgist.sgml -->
 
-<chapter id="SPGiST">
+<chapter id="SPGiST" xreflabel="SP-GiST">
 <title>SP-GiST Indexes</title>
 
    <indexterm>
index 2247f09e73a210a234f3e97330c25a7174c544de..34bddf8a95d847811568f63a590746bb587c1687 100644 (file)
@@ -293,7 +293,7 @@ where <replaceable>PPP</> is the PID of the owning backend and
 
 </sect1>
 
-<sect1 id="storage-toast">
+<sect1 id="storage-toast" xreflabel="TOAST">
 
 <title>TOAST</title>