mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05: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:
parent
5d95219faa
commit
2e937eeb93
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!-- doc/src/sgml/libpq.sgml -->
|
||||
|
||||
<chapter id="libpq" xreflabel="libpq">
|
||||
<chapter id="libpq">
|
||||
<title><application>libpq</application> — C Library</title>
|
||||
|
||||
<indexterm zone="libpq">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<!-- doc/src/sgml/plpython.sgml -->
|
||||
|
||||
<chapter id="plpython" xreflabel="PL/Python">
|
||||
<chapter id="plpython">
|
||||
<title>PL/Python — Python Procedural Language</title>
|
||||
|
||||
<indexterm zone="plpython"><primary>PL/Python</primary></indexterm>
|
||||
|
|
|
|||
Loading…
Reference in a new issue