mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
doc: add xreflabel text for libpq and PL/Python
to be used for PG 18 release notes
This commit is contained in:
parent
dec6643487
commit
d8aa21b74f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- doc/src/sgml/libpq.sgml -->
|
<!-- doc/src/sgml/libpq.sgml -->
|
||||||
|
|
||||||
<chapter id="libpq">
|
<chapter id="libpq" xreflabel="libpq">
|
||||||
<title><application>libpq</application> — C Library</title>
|
<title><application>libpq</application> — C Library</title>
|
||||||
|
|
||||||
<indexterm zone="libpq">
|
<indexterm zone="libpq">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- doc/src/sgml/plpython.sgml -->
|
<!-- doc/src/sgml/plpython.sgml -->
|
||||||
|
|
||||||
<chapter id="plpython">
|
<chapter id="plpython" xreflabel="PL/Python">
|
||||||
<title>PL/Python — Python Procedural Language</title>
|
<title>PL/Python — Python Procedural Language</title>
|
||||||
|
|
||||||
<indexterm zone="plpython"><primary>PL/Python</primary></indexterm>
|
<indexterm zone="plpython"><primary>PL/Python</primary></indexterm>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue