doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
authorBruce Momjian <bruce@momjian.us>
Thu, 11 Jun 2020 22:19:25 +0000 (18:19 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 11 Jun 2020 22:19:25 +0000 (18:19 -0400)
xreflabels prevent references to the chapter numbers of sections id's.
It should only be used in specific cases.

Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com

Backpatch-through: 9.5

13 files changed:
doc/src/sgml/ecpg.sgml
doc/src/sgml/geqo.sgml
doc/src/sgml/gin.sgml
doc/src/sgml/gist.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/maintenance.sgml
doc/src/sgml/plperl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpython.sgml
doc/src/sgml/spgist.sgml
doc/src/sgml/spi.sgml
doc/src/sgml/storage.sgml
doc/src/sgml/vacuumlo.sgml

index 9f65b8beb14e8580da54b89aacbf0188383a79bc..9aa0343eef7bea04d86e2c87415a71509518dd19 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/ecpg.sgml -->
 
-<chapter id="ecpg" xreflabel="ecpg">
+<chapter id="ecpg">
  <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
 
  <indexterm zone="ecpg"><primary>embedded SQL</primary><secondary>in C</secondary></indexterm>
index fb965118464bba3a5f35f54cfe1fa62edba07776..5120dfbb4246b2755af7b984c0cb4fdc54d42c7f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/geqo.sgml -->
 
- <chapter id="geqo" xreflabel="geqo">
+ <chapter id="geqo">
   <title>Genetic Query Optimizer</title>
 
   <para>
index 8a4e7bb0411805915e26895d2f3389cbf810a332..cc7cd1ed2c4cc9152355f7f2e825919324581110 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/gin.sgml -->
 
-<chapter id="gin" xreflabel="gin">
+<chapter id="gin">
 <title>GIN Indexes</title>
 
    <indexterm>
index 858101eeef47f51a0142dfea965ce8f1c1bb7d1f..beed6521eb5cd10e64787bd3dcff08aaf29ea2ee 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/gist.sgml -->
 
-<chapter id="gist" xreflabel="gist">
+<chapter id="gist">
 <title>GiST Indexes</title>
 
    <indexterm>
index 66754409229e10385175cde43bd1528a0303dea5..ee3b4e7435f3595ec3d6d48ed1551bccb8a056d2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/libpq.sgml -->
 
-<chapter id="libpq" xreflabel="libpq">
+<chapter id="libpq">
  <title><application>libpq</application> - C Library</title>
 
  <indexterm zone="libpq">
index a062c5febfdd480e61d2c98ad0bb8eac520fe3bf..f8b8ab40b6814127671310b821c6b76102c4c30f 100644 (file)
@@ -707,7 +707,7 @@ HINT:  Stop the postmaster and vacuum that database in single-user mode.
    </sect3>
   </sect2>
 
-  <sect2 id="autovacuum" xreflabel="autovacuum">
+  <sect2 id="autovacuum">
    <title>The Autovacuum Daemon</title>
 
    <indexterm>
index cf424f8d02d835092b18b775bec19d1fd70cf488..967efba3b5527e4ba730878971bc8dd3f6c1f71b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/plperl.sgml -->
 
- <chapter id="plperl" xreflabel="PL/Perl">
+ <chapter id="plperl">
   <title>PL/Perl - Perl Procedural Language</title>
 
   <indexterm zone="plperl">
index 87aab8730af324f3115b75728521d50b9c2df568..95206ebfc1d210faa1af301e193abe62df3f4f72 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/plpgsql.sgml -->
 
-<chapter id="plpgsql" xreflabel="PL/pgSQL">
+<chapter id="plpgsql">
   <title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
 
  <indexterm zone="plpgsql">
index 8dfa45c734d2579e935ba16c7cf0692d97e05dda..60a5907464031557e03b74b7a1db4b5ca0d38d50 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/plpython.sgml -->
 
-<chapter id="plpython" xreflabel="PL/Python">
+<chapter id="plpython">
  <title>PL/Python - Python Procedural Language</title>
 
  <indexterm zone="plpython"><primary>PL/Python</primary></indexterm>
index d12919cb8056497a3ecc58ca90e9fe7a18c923cb..d69e99b12e7aecd02e6b99c45c7d402e98e9fc6d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/spgist.sgml -->
 
-<chapter id="spgist" xreflabel="SP-GiST">
+<chapter id="spgist">
 <title>SP-GiST Indexes</title>
 
    <indexterm>
index c1185dc4f919b0cc8aad7c6ab8ce804045b28572..6f4f3bae6ff3af17b523890ddbabacedc79db202 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/spi.sgml -->
 
-<chapter id="spi" xreflabel="spi">
+<chapter id="spi">
  <title>Server Programming Interface</title>
 
  <indexterm zone="spi">
index dad24662e7ffd185aa713349b7750be2890cf5fa..ea9640f76d9c9d3dca86a4a935d899358457a69d 100644 (file)
@@ -293,7 +293,7 @@ where <replaceable>PPP</replaceable> is the PID of the owning backend and
 
 </sect1>
 
-<sect1 id="storage-toast" xreflabel="TOAST">
+<sect1 id="storage-toast">
 
 <title>TOAST</title>
 
index 93aad0011538bcebf7de8d1568ede5d16a839a2b..0b4dfc2b17a25475fb3c1d40000dcbaae0b02547 100644 (file)
@@ -1,6 +1,6 @@
 <!-- doc/src/sgml/vacuumlo.sgml -->
 
-<refentry id="vacuumlo" xreflabel="vacuumlo">
+<refentry id="vacuumlo">
  <indexterm zone="vacuumlo">
   <primary>vacuumlo</primary>
  </indexterm>