]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST
authorBruce Momjian <bruce@momjian.us>
Fri, 15 May 2020 16:38:39 +0000 (12:38 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 15 May 2020 16:38:39 +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 faaca9fbe0076b87ee795730a6661f1f744085de..b58b2c3b3f38647673bcae405dbd1c3e49b9286d 100644 (file)
@@ -703,7 +703,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 092a1ad729fb83ecb05b338acfdd911b70042062..1ffef8b208346231cb5cc337c8de17639991b566 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 8482e92659a8eb70f2183f7615a02c3b7a928619..7628272f0d3b289e3376de2081cd676bc497669f 100644 (file)
@@ -287,7 +287,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>