@@ -1935,17 +1935,6 @@ This is enabled with the client-side option sslnegotation=direct, requires ALPN,
1935
1935
1936
1936
<itemizedlist>
1937
1937
1938
- <!--
1939
- Author: Tom Lane <tgl@sss.pgh.pa.us>
1940
- 2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu
1941
- -->
1942
-
1943
- <listitem>
1944
- <para>
1945
- Allow FETCH_COUNT to work with non-SELECT queries (Daniel Vérité)
1946
- </para>
1947
- </listitem>
1948
-
1949
1938
<!--
1950
1939
Author: Tom Lane <tgl@sss.pgh.pa.us>
1951
1940
2023-11-13 [d1379ebf4] Improve default and empty privilege outputs in psql.
@@ -1991,6 +1980,17 @@ The parameter is "min_rows".
1991
1980
</para>
1992
1981
</listitem>
1993
1982
1983
+ <!--
1984
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
1985
+ 2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu
1986
+ -->
1987
+
1988
+ <listitem>
1989
+ <para>
1990
+ Allow psql to honor FETCH_COUNT for non-SELECT queries (Daniel Vérité)
1991
+ </para>
1992
+ </listitem>
1993
+
1994
1994
<!--
1995
1995
Author: Michael Paquier <michael@paquier.xyz>
1996
1996
2023-06-30 [c951e9042] Add tab completion for CREATE SCHEMA in psql