Daniel Gustafsson writes:
>> On 18 Oct 2024, at 13:50, Antonin Houska wrote:
>> Attached is a proposal to fix a comment in pg_authid.h. pg_shadow is not (and
>> obviously should not be) accessible by public:
> - * pg_shadow and pg_group are now publicly accessible views on pg_authid.
> + *
> On 18 Oct 2024, at 13:50, Antonin Houska wrote:
> Attached is a proposal to fix a comment in pg_authid.h. pg_shadow is not (and
> obviously should not be) accessible by public:
- * pg_shadow and pg_group are now publicly accessible views on pg_authid.
+ * pg_shadow and pg_group are
Attached is a proposal to fix a comment in pg_authid.h. pg_shadow is not (and
obviously should not be) accessible by public:
postgres=# SELECT relname, relacl FROM pg_class WHERE relname IN ('pg_shadow',
'pg_group');
relname | relacl
---+-