Incorrect comment on pg_shadow view

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Incorrect comment on pg_shadow view
Date: 2024-10-18 11:50:47
Message-ID: 31926.1729252247@antos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
-----------+------------------------------------------
pg_shadow | {postgres=arwdDxtm/postgres}
pg_group | {postgres=arwdDxtm/postgres,=r/postgres}
(2 rows)

--
Antonin Houska
Web: https://www.cybertec-postgresql.com

Attachment Content-Type Size
pg_authid_comment.diff text/x-diff 521 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-10-18 11:54:40 Re: Make default subscription streaming option as Parallel
Previous Message Daniel Gustafsson 2024-10-18 11:38:29 Re: [PoC] Federated Authn/z with OAUTHBEARER