diff options
author | Bruce Momjian | 2020-05-15 16:05:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2020-05-15 16:05:43 +0000 |
commit | 75fcdd2ae2174c49a56acb4d10c920a6a45570f7 (patch) | |
tree | 7d6b91fe54efc139844f04828a16e32934acd6ac /doc/src/sgml/plpython.sgml | |
parent | bc1c1de2cc30411bc5551ce1c7443914efa1fb86 (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/plpython.sgml')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 1921915b172..facc3a93e2b 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> |