Skip to content

53.9.pg_auth_members#

目录pg_auth_members显示了角色之间的成员关系。允许任何非循环关系集。

由于用户标识在整个集群中都是唯一的,pg_auth_members在集群的所有数据库中共享:每个集群只有一个pg_auth_members副本,而不是每个数据库一个副本。

表 53.9.pg_auth_members

列类型

说明

oid oid

行标识符

roleid oid(引用 pg_authid.oid

具有成员的角色的 ID

member oid(引用 pg_authid.oid

作为 roleid 成员的角色的 ID

grantor oid(引用 pg_authid.oid

授予此成员资格的角色的 ID

admin_option bool

如果 member 可以向其他人授予 roleid 中的成员资格,则为 True

inherit_option bool

如果成员自动继承已授予角色的权限,则为 True

set_option bool

如果成员可以将 SET ROLE 设置为已授予的角色,则为 True