diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-05-10 17:34:33 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-05-10 17:34:33 -0400 |
commit | 31e8f4e619d9b5856fa2bd5713cb1e2e170a9c7d (patch) | |
tree | 95627dc9a27c2eb327fffbc5e8b81046939a5cca /doc/src | |
parent | e7b2593bd69b982fc1a8da8905687d30c297786a (diff) | |
download | postgresql-31e8f4e619d9b5856fa2bd5713cb1e2e170a9c7d.tar.gz postgresql-31e8f4e619d9b5856fa2bd5713cb1e2e170a9c7d.zip |
doc PG 17 relnotes: move FETCH_COUNT item, and clarify
Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 22 |
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> |