Re: Allow pg_signal_backend members to use pg_log_backend_memory_stats().
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>, Michael Paquier <michael@paquier.xyz>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, bossartn@amazon.com, pgsql-hackers@postgresql.org
Date: 2021-10-26T21:04:14Z
Lists: pgsql-hackers
On Tue, 2021-10-26 at 23:32 +0900, Fujii Masao wrote: > The description "This function is restricted to superusers by > default, > but other users can be granted EXECUTE to run the function." > should be added into the docs? A similar statement already exists right above the table of functions: " Use of these functions is restricted to superusers by default but access may be granted to others using GRANT, with noted exceptions." Committed the version that merely removes the superuser check, and revokes from public. Privilege can be granted to non-superusers if desired. Thanks everyone for looking. Regards, Jeff Davis
Commits
-
Allow GRANT on pg_log_backend_memory_contexts().
- f0b051e322d5 15.0 landed