diff options
author | Bruce Momjian | 2025-06-19 15:50:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2025-06-19 15:51:12 +0000 |
commit | d8aa21b74ff4e3d767c3344484c3cb22b9f0ec0d (patch) | |
tree | b4c3ab65c092acaa2811563865785bb48496deb3 | |
parent | dec6643487bbed8f5d771e9b9aff772e5c711d4d (diff) |
doc: add xreflabel text for libpq and PL/Python
to be used for PG 18 release notes
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/plpython.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 08bd5121926..298c4b38ef9 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/plpython.sgml b/doc/src/sgml/plpython.sgml index bee817ea822..cb065bf5f88 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> |