Re: multiple membership grants and information_schema.applicable_roles - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: multiple membership grants and information_schema.applicable_roles
Date
Msg-id e03da7d9-7f2e-2f0c-424e-1c36ac520a7a@eisentraut.org
Whole thread Raw
In response to Re: multiple membership grants and information_schema.applicable_roles  (Pavel Luzanov <p.luzanov@postgrespro.ru>)
List pgsql-hackers
On 24.07.23 08:42, Pavel Luzanov wrote:
>> I do see what seems like a different issue: the standard appears to 
>> expect
>> that indirect role grants should also be shown (via the recursive CTE),
>> and we are not doing that.
> 
> I noticed this, but the view stays unchanged so long time.
> I thought it was done intentionally.

The implementation of the information_schema.applicable_roles view 
predates both indirect role grants and recursive query support.  So some 
updates might be in order.




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Adding a LogicalRepWorker type field
Next
From: Masahiro Ikeda
Date:
Subject: Re: Support to define custom wait events for extensions