PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | granted_roles |
List * | grantee_roles |
bool | is_grant |
List * | opt |
RoleSpec * | grantor |
DropBehavior | behavior |
Definition at line 2240 of file parsenodes.h.
DropBehavior GrantRoleStmt::behavior |
Definition at line 2248 of file parsenodes.h.
Referenced by GrantRole().
List* GrantRoleStmt::granted_roles |
Definition at line 2243 of file parsenodes.h.
Referenced by GrantRole().
List* GrantRoleStmt::grantee_roles |
Definition at line 2244 of file parsenodes.h.
Referenced by GrantRole().
RoleSpec* GrantRoleStmt::grantor |
Definition at line 2247 of file parsenodes.h.
Referenced by GrantRole().
bool GrantRoleStmt::is_grant |
Definition at line 2245 of file parsenodes.h.
Referenced by CreateCommandTag(), and GrantRole().
List* GrantRoleStmt::opt |
Definition at line 2246 of file parsenodes.h.
Referenced by GrantRole().
NodeTag GrantRoleStmt::type |
Definition at line 2242 of file parsenodes.h.