aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-17.sgml22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 08238be9cb7..5a741ff16f1 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -1937,17 +1937,6 @@ This is enabled with the client-side option sslnegotation=direct, requires ALPN,
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
-2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu
--->
-
-<listitem>
-<para>
-Allow FETCH_COUNT to work with non-SELECT queries (Daniel Vérité)
-</para>
-</listitem>
-
-<!--
-Author: Tom Lane <tgl@sss.pgh.pa.us>
2023-11-13 [d1379ebf4] Improve default and empty privilege outputs in psql.
-->
@@ -1992,6 +1981,17 @@ The parameter is "min_rows".
</listitem>
<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu
+-->
+
+<listitem>
+<para>
+Allow psql to honor FETCH_COUNT for non-SELECT queries (Daniel Vérité)
+</para>
+</listitem>
+
+<!--
Author: Michael Paquier <michael@paquier.xyz>
2023-06-30 [c951e9042] Add tab completion for CREATE SCHEMA in psql
Author: Michael Paquier <michael@paquier.xyz>