|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_auth_members, 1261, AuthMemRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_OID(2843 |
| Oid roleid | BKI_LOOKUP (pg_authid) |
| DECLARE_UNIQUE_INDEX_PKEY (pg_auth_members_oid_index, 6303, AuthMemOidIndexId, pg_auth_members, btree(oid oid_ops)) | |
| DECLARE_UNIQUE_INDEX (pg_auth_members_role_member_index, 2694, AuthMemRoleMemIndexId, pg_auth_members, btree(roleid oid_ops, member oid_ops, grantor oid_ops)) | |
| DECLARE_UNIQUE_INDEX (pg_auth_members_member_role_index, 2695, AuthMemMemRoleIndexId, pg_auth_members, btree(member oid_ops, roleid oid_ops, grantor oid_ops)) | |
| DECLARE_INDEX (pg_auth_members_grantor_index, 6302, AuthMemGrantorIndexId, pg_auth_members, btree(grantor oid_ops)) | |
| MAKE_SYSCACHE (AUTHMEMROLEMEM, pg_auth_members_role_member_index, 8) | |
| MAKE_SYSCACHE (AUTHMEMMEMROLE, pg_auth_members_member_role_index, 8) | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_auth_members | , |
| 1261 | , | ||
| AuthMemRelationId | |||
| ) |
| DECLARE_INDEX | ( | pg_auth_members_grantor_index | , |
| 6302 | , | ||
| AuthMemGrantorIndexId | , | ||
| pg_auth_members | , | ||
| btree(grantor oid_ops) | |||
| ) |
| DECLARE_UNIQUE_INDEX | ( | pg_auth_members_member_role_index | , |
| 2695 | , | ||
| AuthMemMemRoleIndexId | , | ||
| pg_auth_members | , | ||
| btree(member oid_ops, roleid oid_ops, grantor oid_ops) | |||
| ) |
| DECLARE_UNIQUE_INDEX | ( | pg_auth_members_role_member_index | , |
| 2694 | , | ||
| AuthMemRoleMemIndexId | , | ||
| pg_auth_members | , | ||
| btree(roleid oid_ops, member oid_ops, grantor oid_ops) | |||
| ) |
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_auth_members_oid_index | , |
| 6303 | , | ||
| AuthMemOidIndexId | , | ||
| pg_auth_members | , | ||
| btree(oid oid_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | AUTHMEMMEMROLE | , |
| pg_auth_members_member_role_index | , | ||
| 8 | |||
| ) |
| MAKE_SYSCACHE | ( | AUTHMEMROLEMEM | , |
| pg_auth_members_role_member_index | , | ||
| 8 | |||
| ) |
| bool admin_option |
Definition at line 38 of file pg_auth_members.h.
Referenced by dumpRoleMembership().
| BEGIN_CATALOG_STRUCT AuthMemRelation_Rowtype_Id BKI_SCHEMA_MACRO |
Definition at line 32 of file pg_auth_members.h.
| END_CATALOG_STRUCT typedef FormData_pg_auth_members* Form_pg_auth_members |
Definition at line 50 of file pg_auth_members.h.
Referenced by AddRoleMems(), DelRoleMems(), DropRole(), getObjectDescription(), getObjectIdentityParts(), plan_member_revoke(), plan_recursive_revoke(), plan_single_revoke(), and roles_is_member_of().
| FormData_pg_auth_members |
Definition at line 41 of file pg_auth_members.h.
| bool inherit_option |
Definition at line 39 of file pg_auth_members.h.
Referenced by dumpRoleMembership().
| bool set_option |
Definition at line 40 of file pg_auth_members.h.
Referenced by dumpRoleMembership(), main(), and scan_profile().