diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-05-15 12:38:40 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-05-15 12:38:40 -0400 |
commit | 85af628da5e8dfea068559d076ad26b9a3378bfc (patch) | |
tree | e71175f303c012f392658f718cc34599f0d48f96 | |
parent | 75fcdd2ae2174c49a56acb4d10c920a6a45570f7 (diff) | |
download | postgresql-85af628da5e8dfea068559d076ad26b9a3378bfc.tar.gz postgresql-85af628da5e8dfea068559d076ad26b9a3378bfc.zip |
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
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/spgist.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/storage.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 39075ea8f33..54bc1abd841 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 0e04a086793..edf4a67e526 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 3234adb639f..ea08d0b6149 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -301,7 +301,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> |