On Tue, Jan 2, 2024 at 5:09 PM Adrian Klaver <adrian.klaver@xxxxxxxxxxx> wrote:
On 1/2/24 07:24, Dominique Devienne wrote:
> pg_has_role() from
> https://www.postgresql.org/docs/current/functions-info.html
> <https://www.postgresql.org/docs/current/functions-info.html>
> added the 'SET' privilege in v16, and on top of the existing 'MEMBER'
> and 'USAGE' ones:
https://www.postgresql.org/docs/current/sql-set-role.html
"[...], if the role was granted WITH SET TRUE [...]"
That seems to be the important part of your RFTM answer, which is apparently new in v16.