Fix comment about pg_authid.
authorTom Lane <[email protected]>
Sat, 19 Oct 2024 15:44:14 +0000 (11:44 -0400)
committerTom Lane <[email protected]>
Sat, 19 Oct 2024 15:44:14 +0000 (11:44 -0400)
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

src/include/catalog/pg_authid.h

index e846d7573169e3dbaecc7d136d3218be2847fc86..b0dbdf2dd2eb453c3542f1f5f4c623ab82a5b9b5 100644 (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