PG_AUTH_MEMBERS
PG_AUTH_MEMBERS records the membership relations between roles.
| 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 |
Last Article: PG_AUTH_HISTORY
Next Article: PG_CAST
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.