aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-05-03 12:19:31 -0400
committerBruce Momjian <bruce@momjian.us>2025-05-03 12:19:54 -0400
commit04b269da56db966bd439bf4634a0f33c166eae2e (patch)
tree7476e24afc74b4c7e541ed37f5098a0f5bf17215 /doc
parent5201bba266d7127397e08a2d954faa5a996c0139 (diff)
downloadpostgresql-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
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/release-18.sgml6
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">&sect;</ulink>
</para>
-
-<para>
-This release introduces wire protocol version 3.2.
-</para>
</listitem>
<!--