PostgreSQL Source Code git master
|
Data Fields | |
unsigned | specified |
bool | admin |
bool | inherit |
bool | set |
bool GrantRoleOptions::admin |
Definition at line 75 of file user.c.
Referenced by AddRoleMems(), assign_createrole_self_grant(), CreateRole(), GrantRole(), and InitGrantRoleOptions().
bool GrantRoleOptions::inherit |
Definition at line 76 of file user.c.
Referenced by AddRoleMems(), assign_createrole_self_grant(), CreateRole(), GrantRole(), and InitGrantRoleOptions().
bool GrantRoleOptions::set |
Definition at line 77 of file user.c.
Referenced by AddRoleMems(), assign_createrole_self_grant(), CreateRole(), GrantRole(), and InitGrantRoleOptions().
unsigned GrantRoleOptions::specified |
Definition at line 74 of file user.c.
Referenced by AddRoleMems(), assign_createrole_self_grant(), CreateRole(), GrantRole(), InitGrantRoleOptions(), and plan_single_revoke().