diff options
author | Bruce Momjian | 2024-07-05 20:51:56 +0000 |
---|---|---|
committer | Bruce Momjian | 2024-07-05 20:51:56 +0000 |
commit | 8af6958957f4762a52314d12c2bba14fccb35a51 (patch) | |
tree | ed30b9ec910b42432d63d9c064b8ef3ade8115ce | |
parent | 7f9c71519143b6aec71df068e022ddbe33bcc0d3 (diff) |
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
-rw-r--r-- | doc/src/sgml/release-17.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <rhaas@postgresql.org> <listitem> <para> - Allow <application>psql</application> connections to be canceled - with control-C (Tristan Partin) + Allow <application>psql</application> connection attempts to be + canceled with control-C (Tristan Partin) </para> </listitem> |