Re: Incorrect comment on pg_shadow view - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Incorrect comment on pg_shadow view
Date
Msg-id F1EF4F30-691E-40F5-B5FE-B9C837511412@yesql.se
Whole thread Raw
Responses Re: Incorrect comment on pg_shadow view
List pgsql-hackers
> On 18 Oct 2024, at 13:50, Antonin Houska <ah@cybertec.at> 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 now views on pg_authid.

I'm no native speaker but I don't interpret "publicly accessible" as readable
by the public role, rather that they are accessible via a user interface (in
this case SQL).

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: On disable_cost
Next
From: Shubham Khanna
Date:
Subject: Re: Pgoutput not capturing the generated columns