PG_AUTH_MEMBERS
PG_AUTH_MEMBERS records the membership relations between roles.
| Column | 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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.