aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-15 12:05:43 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-15 12:05:43 -0400
commit6b1e3919c7bd1b7a02ab23271516583d4e21b578 (patch)
tree533c6050eb255322d8e4863d20400b20babd5e5f
parent8aeaae4a1d372dc9760787e66ae0697303eea1a5 (diff)
downloadpostgresql-6b1e3919c7bd1b7a02ab23271516583d4e21b578.tar.gz
postgresql-6b1e3919c7bd1b7a02ab23271516583d4e21b578.zip
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
-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/plperl.sgml2
-rw-r--r--doc/src/sgml/plpgsql.sgml2
-rw-r--r--doc/src/sgml/plpython.sgml2
-rw-r--r--doc/src/sgml/spi.sgml2
-rw-r--r--doc/src/sgml/vacuumlo.sgml2
10 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 9570ea769ac..75b5b513907 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">
+<chapter id="ecpg" xreflabel="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 5120dfbb424..fb965118464 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">
+ <chapter id="geqo" xreflabel="geqo">
<title>Genetic Query Optimizer</title>
<para>
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml
index 0182b445855..b4f6abae122 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">
+<chapter id="gin" xreflabel="gin">
<title>GIN Indexes</title>
<indexterm>
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml
index 46982ba3697..7a9ea4f3fb9 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">
+<chapter id="gist" xreflabel="gist">
<title>GiST Indexes</title>
<indexterm>
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index e7679ec5a54..630c03264ba 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">
+<chapter id="libpq" xreflabel="libpq">
<title><application>libpq</application> - C Library</title>
<indexterm zone="libpq">
diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml
index 967efba3b55..cf424f8d02d 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">
+ <chapter id="plperl" xreflabel="PL/Perl">
<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 70bcce700ba..1f32d78d3c8 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">
+<chapter id="plpgsql" xreflabel="PL/pgSQL">
<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 31458e71a89..a465883b055 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">
+<chapter id="plpython" xreflabel="PL/Python">
<title>PL/Python - Python Procedural Language</title>
<indexterm zone="plpython"><primary>PL/Python</primary></indexterm>
diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml
index 66eced6c949..82bc7d5bedc 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">
+<chapter id="spi" xreflabel="spi">
<title>Server Programming Interface</title>
<indexterm zone="spi">
diff --git a/doc/src/sgml/vacuumlo.sgml b/doc/src/sgml/vacuumlo.sgml
index 0b57a77af41..d18991ff08f 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">
+<refentry id="vacuumlo" xreflabel="vacuumlo">
<indexterm zone="vacuumlo">
<primary>vacuumlo</primary>
</indexterm>