PostgreSQL Source Code git master
Loading...
Searching...
No Matches
GrantRoleOptions Struct Reference

Data Fields

unsigned specified
 
bool admin
 
bool inherit
 
bool set
 

Detailed Description

Definition at line 73 of file user.c.

Field Documentation

◆ admin

bool GrantRoleOptions::admin

◆ inherit

bool GrantRoleOptions::inherit

Definition at line 77 of file user.c.

Referenced by AddRoleMems(), assign_createrole_self_grant(), GrantRole(), and InitGrantRoleOptions().

◆ set

bool GrantRoleOptions::set

Definition at line 78 of file user.c.

Referenced by AddRoleMems(), assign_createrole_self_grant(), GrantRole(), and InitGrantRoleOptions().

◆ specified

unsigned GrantRoleOptions::specified

The documentation for this struct was generated from the following file: