1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00

doc: revert "xreflabel" used for PL/Python & libpq chapters

This reverts d8aa21b74f, which was added for the PG 18 release notes,
and adjusts the PG 18 release notes for this change.  This is necessary
since the "xreflabel" affected other references to these chapters.

Reported-by: Robert Treat

Author: Robert Treat

Discussion: https://postgr.es/m/CABV9wwNEZDdp5QtrW5ut0H+MOf6U1PvrqBqmgSTgcixqk+Q73A@mail.gmail.com

Backpatch-through: 18
This commit is contained in:
Bruce Momjian
2026-01-19 22:59:10 -05:00
parent 5d95219faa
commit 2e937eeb93
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<!-- doc/src/sgml/libpq.sgml -->
<chapter id="libpq" xreflabel="libpq">
<chapter id="libpq">
<title><application>libpq</application> &mdash; C Library</title>
<indexterm zone="libpq">

View File

@@ -1,6 +1,6 @@
<!-- doc/src/sgml/plpython.sgml -->
<chapter id="plpython" xreflabel="PL/Python">
<chapter id="plpython">
<title>PL/Python &mdash; Python Procedural Language</title>
<indexterm zone="plpython"><primary>PL/Python</primary></indexterm>