summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-15 12:38:40 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-15 12:38:40 -0400
commitbc4a8b460079af2bc244087479684862d6794770 (patch)
tree94d17ff3f1053539323bd6fad21d4e5ba2d18d2c /doc/src
parent621455b78318d5fb2d2f4062d20c1af1f50bd1d7 (diff)
docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/maintenance.sgml2
-rw-r--r--doc/src/sgml/spgist.sgml2
-rw-r--r--doc/src/sgml/storage.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index f8b8ab40b68..a062c5febfd 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -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>
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index d69e99b12e7..d12919cb805 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -1,6 +1,6 @@
<!-- doc/src/sgml/spgist.sgml -->
-<chapter id="spgist">
+<chapter id="spgist" xreflabel="SP-GiST">
<title>SP-GiST Indexes</title>
<indexterm>
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index ea9640f76d9..dad24662e7f 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -293,7 +293,7 @@ where <replaceable>PPP</replaceable> is the PID of the owning backend and
</sect1>
-<sect1 id="storage-toast">
+<sect1 id="storage-toast" xreflabel="TOAST">
<title>TOAST</title>