diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-05-03 12:19:31 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-05-03 12:19:54 -0400 |
commit | 04b269da56db966bd439bf4634a0f33c166eae2e (patch) | |
tree | 7476e24afc74b4c7e541ed37f5098a0f5bf17215 | |
parent | 5201bba266d7127397e08a2d954faa5a996c0139 (diff) | |
download | postgresql-04b269da56db966bd439bf4634a0f33c166eae2e.tar.gz postgresql-04b269da56db966bd439bf4634a0f33c166eae2e.zip |
doc PG 18 relnotes: move protocol version item to "server"
Reported-by: Jelte Fennema-Nio
Discussion: https://postgr.es/m/CAGECzQSTBgTsDJPxOHWKo7106-YnnYQGzpzNJdis+xTKGUhu2g@mail.gmail.com
-rw-r--r-- | doc/src/sgml/release-18.sgml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 3519ff87705..66cdeb67961 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -1113,7 +1113,7 @@ Make cancel request keys 256 bits (Heikki Linnakangas) </para> <para> -This is enabled when the libpq client and server are Postgres 18 or later. +This is only possible when the server and cliient support wire protocol version 3.2, introduced in this release. </para> </listitem> @@ -2146,10 +2146,6 @@ Author: Robert Haas <rhaas@postgresql.org> Add function PQfullProtocolVersion() to report the full, including minor, protocol version number (Jacob Champion, Jelte Fennema-Nio) <ulink url="&commit_baseurl;cdb6b0fdb">§</ulink> </para> - -<para> -This release introduces wire protocol version 3.2. -</para> </listitem> <!-- |