doc PG 17 relnotes: add psql connection control-C item
authorBruce Momjian <[email protected]>
Tue, 14 May 2024 00:01:51 +0000 (20:01 -0400)
committerBruce Momjian <[email protected]>
Tue, 14 May 2024 00:01:51 +0000 (20:01 -0400)
Reported-by: Jelte Fennema-Nio
Discussion: https://postgr.es/m/CAGECzQTz5aUqLEL6daLd2Hu2FXS_LOSh4keDndJ1fwThsb_b5w@mail.gmail.com

Reviewed-by: Tom Lane
Backpatch-through: master

doc/src/sgml/release-17.sgml

index 5a741ff16f1cd6bfecc5fb02f1e96577b482cf89..9dd3954f3c2777d0a0bea06fb4eef84db58b041f 100644 (file)
@@ -1980,6 +1980,17 @@ The parameter is "min_rows".
 </para>
 </listitem>
 
+<!--
+Author: Robert Haas <[email protected]>
+2024-04-02 [cafe10565] Allow SIGINT to cancel psql database reconnections.
+-->
+
+<listitem>
+<para>
+Allow psql connections to be canceled with control-C (Tristan Partin)
+</para>
+</listitem>
+
 <!--
 Author: Tom Lane <[email protected]>
 2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu