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
pull/182/head
Tom Lane 11 months ago
parent 779972e534
commit 52475b4d30
  1. 2
      src/include/catalog/pg_authid.h

@ -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

Loading…
Cancel
Save