#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | granted_roles |
List * | grantee_roles |
bool | is_grant |
bool | admin_opt |
char * | grantor |
DropBehavior | behavior |
Definition at line 1373 of file parsenodes.h.
Definition at line 1379 of file parsenodes.h.
Referenced by GrantRole().
Definition at line 1381 of file parsenodes.h.
Definition at line 1376 of file parsenodes.h.
Referenced by GrantRole().
Definition at line 1377 of file parsenodes.h.
Referenced by GrantRole().
char* GrantRoleStmt::grantor |
Definition at line 1380 of file parsenodes.h.
Referenced by GrantRole().
Definition at line 1378 of file parsenodes.h.
Referenced by CreateCommandTag(), and GrantRole().
Definition at line 1375 of file parsenodes.h.