From: Bruce Momjian Date: Fri, 5 Jul 2024 20:51:56 +0000 (-0400) Subject: doc PG 17 relnotes: fix psql connection cancelation item X-Git-Tag: REL_17_BETA3~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8af6958957f4762a52314d12c2bba14fccb35a51;p=thirdparty%2Fpostgresql.git doc PG 17 relnotes: fix psql connection cancelation item Reported-by: Matthias van de Meent Discussion: https://postgr.es/m/CAEze2WiprrENrFQqeXij2XyLAdoZaFTFLGC8sE=V8c1yrWn+2A@mail.gmail.com Backpatch-through: 17 only --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 4df69851aff..9229272995c 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -2274,8 +2274,8 @@ Author: Robert Haas - Allow psql connections to be canceled - with control-C (Tristan Partin) + Allow psql connection attempts to be + canceled with control-C (Tristan Partin)