PostgreSQL Source Code
git master
|
Go to the source code of this file.
Typedefs | |
typedef FormData_pg_auth_members * | Form_pg_auth_members |
Functions | |
CATALOG (pg_auth_members, 1261, AuthMemRelationId) BKI_SHARED_RELATION BKI_WITHOUT_OIDS BKI_ROWTYPE_OID(2843 | |
Variables | |
AuthMemRelation_Rowtype_Id | BKI_SCHEMA_MACRO |
Oid | member |
Oid | grantor |
bool | admin_option |
FormData_pg_auth_members | |
Definition at line 43 of file pg_auth_members.h.
CATALOG | ( | pg_auth_members | , |
1261 | , | ||
AuthMemRelationId | |||
) |
bool admin_option |
Definition at line 35 of file pg_auth_members.h.
Referenced by AddRoleMems(), and is_admin_of_role().
AuthMemRelation_Rowtype_Id BKI_SCHEMA_MACRO |
Definition at line 31 of file pg_auth_members.h.
FormData_pg_auth_members |
Definition at line 36 of file pg_auth_members.h.
Oid grantor |
Definition at line 34 of file pg_auth_members.h.
Referenced by _copyGrantRoleStmt(), _equalGrantRoleStmt(), buildACLCommands(), dumpRoleMembership(), GrantRole(), and makeaclitem().
Oid member |
Definition at line 33 of file pg_auth_members.h.
Referenced by AlterOpFamilyAdd(), AlterOpFamilyDrop(), DefineOpClass(), dumpRoleMembership(), main(), match_pathkeys_to_index(), and MultiXactIdExpand().