doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
authorBruce Momjian <[email protected]>
Thu, 11 Jun 2020 22:19:25 +0000 (18:19 -0400)
committerBruce Momjian <[email protected]>
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 8957efe1c8eb93ab9ab350cfb8c22bf4ed8d1fba..6ebbe2c09d26e2dcb0826067df96ea73544e9b76 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 1f81ab2c6d2c1826ab8a3e05741e19a1d90ddeb3..e0f8adcd6ed6901653f9fb01196b221af92ee05d 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 65a4fc65abef99a7928775a917feb0b2319c22c7..69544bb3972109c7ea0ee52ee31035488e9e88e5 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 8365e00639e5edfee9e5c0a8467475d60a8bb5e5..2e7d48f5b963aaa5ef04919d13cb2eab271e9b02 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 f793c015f34320c1957863c8b5e6433f33d60726..d5440522a4ac5717cd9afa6d39bbdd5a05d3ef1f 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 25883ca3b418c05d8f98ab42729281dcd028ad3a..0c2d008b86cda2d9fd2f3f680ace38725de31b7d 100644 (file)
@@ -690,7 +690,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 6f37b829e3c2ebac59706183ecc6521ada9aea4d..9117769125a9e0b868cc970ed3782796243c7de1 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 412e7807ee3616d06d9cfb416625d2c622e49b0f..719f641c88ef966ba4c65cbe93179c4ca3880d03 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 bedf3ad501b1d40b9d921eda7da7850b5d422a61..bb681bb23c5e2ea7e941dea4da9c428202f19301 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</></>
index 7a2c79a285dce3edc545439a6057e40ce3a959ea..0cd58169aa4c47fab33e071e817751f3a8632434 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 1c0713a6309b2fd4ff0afb13605d77ce963db52c..66ab8fbe3d0271c344b3f7a1cc5870eba191bef2 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 f616e651d4c5eb5cf568c4b708deb18b6b8e11f0..adf9343363a6713c1c0d9bf1c6a8b4a5895df3f7 100644 (file)
@@ -287,7 +287,7 @@ where <replaceable>PPP</> is the PID of the owning backend and
 
 </sect1>
 
-<sect1 id="storage-toast" xreflabel="TOAST">
+<sect1 id="storage-toast">
 
 <title>TOAST</title>
 
index 35cca166ebd7d6c52e34afe1c84fb64b833dbf89..9da61c93fe4fe49cec92373f9ca40002343ad061 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>