diff options
author | Bruce Momjian | 2025-05-03 22:49:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2025-05-03 22:50:03 +0000 |
commit | a675149e87706d01e4007150a0124b89bdef08be (patch) | |
tree | 4492691a29ea28946c3fcfc30fe2aca284a5326e /doc | |
parent | 2782f3b8454676c9df408aa0bc960efca0f3eb22 (diff) |
doc PG 18 relnotes: fix libpq wording
Reported-by: Jelte Fennema-Nio
Discussion: https://postgr.es/m/CAGECzQT4804OLOP+nDBxDpMw3Soq=g+fKOE7NryBHggy4GgEcg@mail.gmail.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sgml/release-18.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 33e9199d758..17d3862b2a3 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -1130,7 +1130,7 @@ Make cancel request keys 256 bits (Heikki Linnakangas) </para> <para> -This is only possible when the server and cliient support wire protocol version 3.2, introduced in this release. +This is only possible when the server and client support wire protocol version 3.2, introduced in this release. </para> </listitem> @@ -1511,7 +1511,7 @@ This controls whether CREATE DATABASE ... STRATEGY=FILE_COPY and ALTER DATABASE <itemizedlist> - <!-- +<!-- Author: Peter Eisentraut <[email protected]> 2024-09-17 [fc0438b4e] Add temporal PRIMARY KEY and UNIQUE constraints --> @@ -1519,6 +1519,7 @@ Author: Peter Eisentraut <[email protected]> <listitem> <para> Allow the specification of non-overlapping PRIMARY KEY and UNIQUE constraints (Paul A. Jungwirth) +<ulink url="&commit_baseurl;fc0438b4e">§</ulink> </para> <para> @@ -2172,7 +2173,7 @@ Author: Heikki Linnakangas <[email protected]> <listitem> <para> -Add libpq functions and environment variables to specify the minimum and maximum acceptable protocol version for connections (Jelte Fennema-Nio) +Add libpq connection parameters and environment variables to specify the minimum and maximum acceptable protocol version for connections (Jelte Fennema-Nio) <ulink url="&commit_baseurl;285613c60">§</ulink> </para> </listitem> |