doc PG 17 relnotes: move FETCH_COUNT item, and clarify
authorBruce Momjian <[email protected]>
Fri, 10 May 2024 21:34:33 +0000 (17:34 -0400)
committerBruce Momjian <[email protected]>
Fri, 10 May 2024 21:34:33 +0000 (17:34 -0400)
Backpatch-through: master

doc/src/sgml/release-17.sgml

index 08238be9cb77d38c84c3e7b75a51e4b914538f67..5a741ff16f1cd6bfecc5fb02f1e96577b482cf89 100644 (file)
@@ -1935,17 +1935,6 @@ This is enabled with the client-side option sslnegotation=direct, requires ALPN,
 
      <itemizedlist>
 
-<!--
-Author: Tom Lane <[email protected]>
-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 <[email protected]>
 2023-11-13 [d1379ebf4] Improve default and empty privilege outputs in psql.
@@ -1991,6 +1980,17 @@ The parameter is "min_rows".
 </para>
 </listitem>
 
+<!--
+Author: Tom Lane <[email protected]>
+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 <[email protected]>
 2023-06-30 [c951e9042] Add tab completion for CREATE SCHEMA in psql