]> 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 0c2d008b86cda2d9fd2f3f680ace38725de31b7d..25883ca3b418c05d8f98ab42729281dcd028ad3a 100644 (file)
@@ -690,7 +690,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 0cd58169aa4c47fab33e071e817751f3a8632434..7a2c79a285dce3edc545439a6057e40ce3a959ea 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 adf9343363a6713c1c0d9bf1c6a8b4a5895df3f7..f616e651d4c5eb5cf568c4b708deb18b6b8e11f0 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>