From: Bruce Momjian Date: Tue, 14 May 2024 00:55:13 +0000 (-0400) Subject: doc PG 17 relnotes: add item about libpq large data transfers X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=e87e7324555a93d7645e831209eee3404b9c05d3;p=users%2Frhaas%2Fpostgres.git doc PG 17 relnotes: add item about libpq large data transfers Reported-by: Jelte Fennema-Nio Discussion: https://postgr.es/m/CAGECzQTz5aUqLEL6daLd2Hu2FXS_LOSh4keDndJ1fwThsb_b5w@mail.gmail.com Reviewed-by: Joe Conway Backpatch-through: master --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 9dd3954f3c..38c1497082 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1901,6 +1901,17 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks + + + + +Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu) + + +