Skip to content

Commit 75fcdd2

Browse files
committed
doc: add missing xreflabels to the main docs (not refs)
Add missing xreflabels for index types, geqo, libpq, spi, server-side languages, ecpg, and vaacuumlo. Backpatch-through: 9.5
1 parent bc1c1de commit 75fcdd2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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">
3+
<chapter id="ecpg" xreflabel="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">
3+
<chapter id="geqo" xreflabel="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">
3+
<chapter id="gin" xreflabel="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">
3+
<chapter id="gist" xreflabel="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">
3+
<chapter id="libpq" xreflabel="libpq">
44
<title><application>libpq</application> &mdash; C Library</title>
55

66
<indexterm zone="libpq">

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">
3+
<chapter id="plperl" xreflabel="PL/Perl">
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">
3+
<chapter id="plpgsql" xreflabel="PL/pgSQL">
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">
3+
<chapter id="plpython" xreflabel="PL/Python">
44
<title>PL/Python &mdash; Python Procedural Language</title>
55

66
<indexterm zone="plpython"><primary>PL/Python</primary></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">
3+
<chapter id="spi" xreflabel="spi">
44
<title>Server Programming Interface</title>
55

66
<indexterm zone="spi">

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">
3+
<refentry id="vacuumlo" xreflabel="vacuumlo">
44
<indexterm zone="vacuumlo">
55
<primary>vacuumlo</primary>
66
</indexterm>

0 commit comments

Comments
 (0)