PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | granted_roles |
List * | grantee_roles |
bool | is_grant |
bool | admin_opt |
RoleSpec * | grantor |
DropBehavior | behavior |
Definition at line 1993 of file parsenodes.h.
bool GrantRoleStmt::admin_opt |
Definition at line 1999 of file parsenodes.h.
Referenced by GrantRole().
DropBehavior GrantRoleStmt::behavior |
Definition at line 2001 of file parsenodes.h.
List* GrantRoleStmt::granted_roles |
Definition at line 1996 of file parsenodes.h.
Referenced by GrantRole().
List* GrantRoleStmt::grantee_roles |
Definition at line 1997 of file parsenodes.h.
Referenced by GrantRole().
RoleSpec* GrantRoleStmt::grantor |
Definition at line 2000 of file parsenodes.h.
Referenced by GrantRole().
bool GrantRoleStmt::is_grant |
Definition at line 1998 of file parsenodes.h.
Referenced by CreateCommandTag(), and GrantRole().
NodeTag GrantRoleStmt::type |
Definition at line 1995 of file parsenodes.h.