Skip to content

Commit 0dd1eb3

Browse files
committed
doc: remove xreflabels from commits 75fcdd2 and 85af628
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
1 parent 77a3be3 commit 0dd1eb3

13 files changed

+13
-13
lines changed

doc/src/sgml/ecpg.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/ecpg.sgml -->
22

3-
<chapter id="ecpg" xreflabel="ecpg">
3+
<chapter id="ecpg">
44
<title><application>ECPG</application> &mdash; Embedded <acronym>SQL</acronym> in C</title>
55

66
<indexterm zone="ecpg"><primary>embedded SQL</primary><secondary>in C</secondary></indexterm>

doc/src/sgml/geqo.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/geqo.sgml -->
22

3-
<chapter id="geqo" xreflabel="geqo">
3+
<chapter id="geqo">
44
<title>Genetic Query Optimizer</title>
55

66
<para>

doc/src/sgml/gin.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/gin.sgml -->
22

3-
<chapter id="gin" xreflabel="gin">
3+
<chapter id="gin">
44
<title>GIN Indexes</title>
55

66
<indexterm>

doc/src/sgml/gist.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/gist.sgml -->
22

3-
<chapter id="gist" xreflabel="gist">
3+
<chapter id="gist">
44
<title>GiST Indexes</title>
55

66
<indexterm>

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/libpq.sgml -->
22

3-
<chapter id="libpq" xreflabel="libpq">
3+
<chapter id="libpq">
44
<title><application>libpq</application> &mdash; C Library</title>
55

66
<indexterm zone="libpq">

doc/src/sgml/maintenance.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
707707
</sect3>
708708
</sect2>
709709

710-
<sect2 id="autovacuum" xreflabel="autovacuum">
710+
<sect2 id="autovacuum">
711711
<title>The Autovacuum Daemon</title>
712712

713713
<indexterm>

doc/src/sgml/plperl.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/plperl.sgml -->
22

3-
<chapter id="plperl" xreflabel="PL/Perl">
3+
<chapter id="plperl">
44
<title>PL/Perl &mdash; Perl Procedural Language</title>
55

66
<indexterm zone="plperl">

doc/src/sgml/plpgsql.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/plpgsql.sgml -->
22

3-
<chapter id="plpgsql" xreflabel="PL/pgSQL">
3+
<chapter id="plpgsql">
44
<title><application>PL/pgSQL</application> &mdash; <acronym>SQL</acronym> Procedural Language</title>
55

66
<indexterm zone="plpgsql">

doc/src/sgml/plpython.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/plpython.sgml -->
22

3-
<chapter id="plpython" xreflabel="PL/Python">
3+
<chapter id="plpython">
44
<title>PL/Python &mdash; Python Procedural Language</title>
55

66
<indexterm zone="plpython"><primary>PL/Python</primary></indexterm>

doc/src/sgml/spgist.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/spgist.sgml -->
22

3-
<chapter id="spgist" xreflabel="SP-GiST">
3+
<chapter id="spgist">
44
<title>SP-GiST Indexes</title>
55

66
<indexterm>

doc/src/sgml/spi.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/spi.sgml -->
22

3-
<chapter id="spi" xreflabel="spi">
3+
<chapter id="spi">
44
<title>Server Programming Interface</title>
55

66
<indexterm zone="spi">

doc/src/sgml/storage.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ where <replaceable>PPP</replaceable> is the PID of the owning backend and
301301

302302
</sect1>
303303

304-
<sect1 id="storage-toast" xreflabel="TOAST">
304+
<sect1 id="storage-toast">
305305

306306
<title>TOAST</title>
307307

doc/src/sgml/vacuumlo.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/vacuumlo.sgml -->
22

3-
<refentry id="vacuumlo" xreflabel="vacuumlo">
3+
<refentry id="vacuumlo">
44
<indexterm zone="vacuumlo">
55
<primary>vacuumlo</primary>
66
</indexterm>

0 commit comments

Comments
 (0)