1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00

doc PG 18 relnotes: Remove item about PQservice()

This libpq API has been removed in fc3edb52fb, commit that has
forgotten one reference in the release notes.  This applies only to v18.
This commit is contained in:
Michael Paquier
2025-07-09 13:23:13 +09:00
parent fc3edb52fb
commit 601a3133ae

View File

@@ -2626,20 +2626,6 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
</para>
</listitem>
<!--
Author: Michael Paquier <michael@paquier.xyz>
2024-12-18 [4b99fed75] libpq: Add service name to PGconn and PQservice()
-->
<listitem>
<para>
Add libpq function <link
linkend="libpq-PQservice"><function>PQservice()</function></link>
to return the connection service name (Michael Banck)
<ulink url="&commit_baseurl;4b99fed75">&sect;</ulink>
</para>
</listitem>
<!--
Author: Tomas Vondra <tomas.vondra@postgresql.org>
2024-08-19 [28a1121fd] Mark search_path as GUC_REPORT