aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-15 12:05:42 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-15 12:05:42 -0400
commitc2dff5035cadd232c0dde3924ac434a0218a7b8f (patch)
tree0ad9998cc4be2f69057aa6569d9aa1c596ae7b33
parent6e00b43fb822ee22fca344b6f92d7a81b85bd4fb (diff)
downloadpostgresql-c2dff5035cadd232c0dde3924ac434a0218a7b8f.tar.gz
postgresql-c2dff5035cadd232c0dde3924ac434a0218a7b8f.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 6ebbe2c09d2..8957efe1c8e 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 e0f8adcd6ed..1f81ab2c6d2 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 69544bb3972..65a4fc65abe 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 2e7d48f5b96..8365e00639e 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 d5440522a4a..f793c015f34 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 9117769125a..6f37b829e3c 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 719f641c88e..412e7807ee3 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 bb681bb23c5..bedf3ad501b 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</></>
diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml
index 66ab8fbe3d0..1c0713a6309 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 9da61c93fe4..35cca166ebd 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>