doc-exports/docs/dws/dev/dws_04_0576.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

4.1 KiB

PG_AUTH_MEMBERS

PG_AUTH_MEMBERS records the membership relations between roles.

Table 1 PG_AUTH_MEMBERS columns

Name

Type

Description

roleid

oid

ID of a role that has a member

member

oid

ID of a role that is a member of ROLEID

grantor

oid

ID of a role that grants this membership

admin_option

boolean

Whether a member can grant membership in ROLEID to others