diff options
| author | Bruce Momjian | 2020-05-15 16:05:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2020-05-15 16:05:42 +0000 |
| commit | 4f981f32ceca4ce37c57b8b3eaa8855b2ff19dc0 (patch) | |
| tree | 06a3269386c6eb74e79c61f75adf498805baa419 /doc/src/sgml | |
| parent | cd61b8a0257a674d67bd14deec2b746852f4fd61 (diff) | |
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
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/geqo.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/gin.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/gist.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/plperl.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/plpython.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/spi.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/vacuumlo.sgml | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index bc2f1c3091..0528ef597f 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 e0f8adcd6e..1f81ab2c6d 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 05d92eb975..70c5f1a1f6 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 21bb512088..b2e6b7e494 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 101c1ad56d..b968c0a848 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 9117769125..6f37b829e3 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 3fdb8cbda2..08bd03485a 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 9929b84e6e..def7b020a0 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 2af9c7baea..07186016fe 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 9da61c93fe..35cca166eb 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> |
