Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 52475b4

Browse files
committed
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 7762619. Antonin Houska Discussion: https://postgr.es/m/31926.1729252247@antos
1 parent 779972e commit 52475b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_authid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_authid.h
44
* definition of the "authorization identifier" system catalog (pg_authid)
55
*
6-
* pg_shadow and pg_group are now publicly accessible views on pg_authid.
6+
* pg_shadow and pg_group are now views on pg_authid.
77
*
88
*
99
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group

0 commit comments

Comments
 (0)