1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Bruce Momjian
2020-05-15 12:38:39 -04:00
parent c2dff5035c
commit 87ca0f94d6
3 changed files with 3 additions and 3 deletions

View 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>

View 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>

View 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>