pg_auth_members
#
The catalog <structname>pg_auth_members</structname> shows the membership
relations between roles. Any non-circular set of relationships is allowed.
pg_auth_members
カタログはロール間のメンバシップ関係を示しています。
循環していなければ、どのような関係でも許可されています。
Because user identities are cluster-wide,
<structname>pg_auth_members</structname>
is shared across all databases of a cluster: there is only one
copy of <structname>pg_auth_members</structname> per cluster, not
one per database.
ユーザの同一性はクラスタ間で保たれる必要があるため、pg_auth_members
はクラスタ間のすべてのデータベースで共有されています。
pg_auth_members
のコピーはデータベースごとではなく、各クラスタにひとつだけ持っています。
表51.9 pg_auth_members
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
ID of a role that has a member メンバを持っているロールのID |
ID of a role that is a member of <structfield>roleid</structfield>
|
ID of the role that granted this membership このメンバシップを与えたロールのID |
True if <structfield>member</structfield> can grant membership in
<structfield>roleid</structfield> to others
|
True if the member automatically inherits the privileges of the granted role メンバが付与されたロールの権限を自動的に継承する場合はtrue |
True if the member can
<link linkend="sql-set-role"><command>SET ROLE</command></link>
to the granted role
メンバが |