aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-05-10 15:47:08 -0400
committerBruce Momjian <bruce@momjian.us>2024-05-10 15:47:08 -0400
commite7b2593bd69b982fc1a8da8905687d30c297786a (patch)
tree65f4be7e626b4b8991353ee09731f5f43503d901 /doc/src
parent144c2ce0cc75ff99c66749b0ca5235d037df7c09 (diff)
downloadpostgresql-e7b2593bd69b982fc1a8da8905687d30c297786a.tar.gz
postgresql-e7b2593bd69b982fc1a8da8905687d30c297786a.zip
doc PG 17 relnotes: add FETCH_COUNT item
Reported-by: Daniel Verite Discussion: https://postgr.es/m/82569de4-9b2a-4311-beb2-81d5418491ec@manitou-mail.org Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-17.sgml13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index e4b34d827d1..08238be9cb7 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -1893,8 +1893,6 @@ This is similar to PQpipelineSync() but it does not flush to the server unless t
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
2024-04-06 [4643a2b26] Support retrieval of results in chunks with libpq.
-Author: Tom Lane <tgl@sss.pgh.pa.us>
-2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu
-->
<listitem>
@@ -1939,6 +1937,17 @@ 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.
-->