From e7b2593bd69b982fc1a8da8905687d30c297786a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 10 May 2024 15:47:08 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-17.sgml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index e4b34d827d..08238be9cb 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 @@ -1937,6 +1935,17 @@ This is enabled with the client-side option sslnegotation=direct, requires ALPN, + + + + +Allow FETCH_COUNT to work with non-SELECT queries (Daniel Vérité) + + +