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 | 25b07fd016334219eefe09675e0c95096974b90e (patch) | |
tree | a2fe482f16a43f4b7205ce3b675549ab74bce577 | |
parent | fc21a4267e67777ec229663f6d5b569c340046ed (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
-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 63ddcae5829..f3c81fa9243 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 f0e4e130886..246434252ac 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 2247f09e73a..34bddf8a95d 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -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> |