Fix comment about pg_authid.

pg_shadow is not "publicly readable".  (pg_group is, but there seems
no need to make that distinction here.)  Seems to be a thinko dating
clear back to 7762619e9.

Antonin Houska

Discussion: https://postgr.es/m/31926.1729252247@antos
This commit is contained in:
Tom Lane 2024-10-19 11:44:14 -04:00
parent 779972e534
commit 52475b4d30

View File

@ -3,7 +3,7 @@
* pg_authid.h
* definition of the "authorization identifier" system catalog (pg_authid)
*
* pg_shadow and pg_group are now publicly accessible views on pg_authid.
* pg_shadow and pg_group are now views on pg_authid.
*
*
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group