Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52475b4

Browse files
committed
Fix comment about pg_authid.
pg_shadow is not "publicly readable". (pg_group is, but there seemsno need to make that distinction here.) Seems to be a thinko datingclear back to7762619.Antonin HouskaDiscussion:https://postgr.es/m/31926.1729252247@antos
1 parent779972e commit52475b4

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 nowpublicly accessibleviews 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)

[8]ページ先頭

©2009-2025 Movatter.jp