PG_AUTH_MEMBERS
PG_AUTH_MEMBERS records the membership 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 |
Specifies whether a member can grant membership in ROLEID to others. The value can be true (yes) and false (no). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.