mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user