From: Bruce Momjian Date: Sat, 30 May 2026 18:55:32 +0000 (-0400) Subject: doc PG 19 relnotes: adjust pg_read_all_data & pg_write_all_data X-Git-Tag: REL_19_BETA1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e744cc745b894b3712990b84729f805e4333147;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: adjust pg_read_all_data & pg_write_all_data These were previously marked as functions, not roles, and were in the wrong section. Reported-by: 彭冲 Discussion: https://postgr.es/m/tencent_5468291122A490C6578D9467@qq.com --- diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 6378542b455..ee063d2417e 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -1298,6 +1298,22 @@ This is an improved version of PQAUTHDATA_OAUTH_BEARER_TOKEN by adding the issue + + + + +Allow roles pg_read_all_data and pg_write_all_data to read/write large objects (Nitin Motiani, Nathan Bossart) +§ + + + +These roles are designed to allow non-super users to run pg_dump. + + + - - - -Modify pg_read_all_data() and pg_write_all_data() to read/write large objects (Nitin Motiani, Nathan Bossart) -§ - - - -These functions are designed to allow non-super users to run pg_dump. - - -