Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e7b2593

Browse files
committed
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
1 parent 144c2ce commit e7b2593

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,8 +1893,6 @@ This is similar to PQpipelineSync() but it does not flush to the server unless t
18931893
<!--
18941894
Author: Tom Lane <tgl@sss.pgh.pa.us>
18951895
2024-04-06 [4643a2b26] Support retrieval of results in chunks with libpq.
1896-
Author: Tom Lane <tgl@sss.pgh.pa.us>
1897-
2024-04-06 [90f517821] Re-implement psql's FETCH_COUNT feature atop libpq's chu
18981896
-->
18991897

19001898
<listitem>
@@ -1937,6 +1935,17 @@ This is enabled with the client-side option sslnegotation=direct, requires ALPN,
19371935

19381936
<itemizedlist>
19391937

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+
19401949
<!--
19411950
Author: Tom Lane <tgl@sss.pgh.pa.us>
19421951
2023-11-13 [d1379ebf4] Improve default and empty privilege outputs in psql.

0 commit comments

Comments
 (0)