summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-06-11 18:19:25 -0400
committerBruce Momjian <bruce@momjian.us>2020-06-11 18:19:25 -0400
commit84febc6bdfd54045c2be24caa013673f819fa1a3 (patch)
tree657b94e735ded47c6929cf837185412db05fcc88
parent411a4626e48576a74414d2a24e950f37909134f1 (diff)
doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
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
-rw-r--r--doc/src/sgml/ecpg.sgml2
-rw-r--r--doc/src/sgml/geqo.sgml2
-rw-r--r--doc/src/sgml/gin.sgml2
-rw-r--r--doc/src/sgml/gist.sgml2
-rw-r--r--doc/src/sgml/libpq.sgml2
-rw-r--r--doc/src/sgml/maintenance.sgml2
-rw-r--r--doc/src/sgml/plperl.sgml2
-rw-r--r--doc/src/sgml/plpgsql.sgml2
-rw-r--r--doc/src/sgml/plpython.sgml2
-rw-r--r--doc/src/sgml/spgist.sgml2
-rw-r--r--doc/src/sgml/spi.sgml2
-rw-r--r--doc/src/sgml/storage.sgml2
-rw-r--r--doc/src/sgml/vacuumlo.sgml2
13 files changed, 13 insertions, 13 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index e87bef02498..18a7a86e2c8 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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>
diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml
index 1f81ab2c6d2..e0f8adcd6ed 100644
--- a/doc/src/sgml/geqo.sgml
+++ b/doc/src/sgml/geqo.sgml
@@ -1,6 +1,6 @@
<!-- doc/src/sgml/geqo.sgml -->
- <chapter id="geqo" xreflabel="geqo">
+ <chapter id="geqo">
<title>Genetic Query Optimizer</title>
<para>
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml
index 5082eb60518..7c2321ec3c3 100644
--- a/doc/src/sgml/gin.sgml
+++ b/doc/src/sgml/gin.sgml
@@ -1,6 +1,6 @@
<!-- doc/src/sgml/gin.sgml -->
-<chapter id="GIN" xreflabel="gin">
+<chapter id="GIN">
<title>GIN Indexes</title>
<indexterm>
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml
index b2e6b7e4945..21bb5120882 100644
--- a/doc/src/sgml/gist.sgml
+++ b/doc/src/sgml/gist.sgml
@@ -1,6 +1,6 @@
<!-- doc/src/sgml/gist.sgml -->
-<chapter id="GiST" xreflabel="gist">
+<chapter id="GiST">
<title>GiST Indexes</title>
<indexterm>
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 27f26efe3c5..9256684eb7c 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -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">
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index f3c81fa9243..63ddcae5829 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" xreflabel="autovacuum">
+ <sect2 id="autovacuum">
<title>The Autovacuum Daemon</title>
<indexterm>
diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml
index cdbd350c54c..37a3557d612 100644
--- a/doc/src/sgml/plperl.sgml
+++ b/doc/src/sgml/plperl.sgml
@@ -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">
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index a91c7c3f3d1..328c1f3a072 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -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">
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index a20e7431dee..c84e93a8f89 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -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</></>
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index 246434252ac..f0e4e130886 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" xreflabel="SP-GiST">
+<chapter id="SPGiST">
<title>SP-GiST Indexes</title>
<indexterm>
diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml
index 02013c62b7b..7f937e269c8 100644
--- a/doc/src/sgml/spi.sgml
+++ b/doc/src/sgml/spi.sgml
@@ -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">
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index 34bddf8a95d..2247f09e73a 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" xreflabel="TOAST">
+<sect1 id="storage-toast">
<title>TOAST</title>
diff --git a/doc/src/sgml/vacuumlo.sgml b/doc/src/sgml/vacuumlo.sgml
index 35cca166ebd..9da61c93fe4 100644
--- a/doc/src/sgml/vacuumlo.sgml
+++ b/doc/src/sgml/vacuumlo.sgml
@@ -1,6 +1,6 @@
<!-- doc/src/sgml/vacuumlo.sgml -->
-<refentry id="vacuumlo" xreflabel="vacuumlo">
+<refentry id="vacuumlo">
<indexterm zone="vacuumlo">
<primary>vacuumlo</primary>
</indexterm>