|
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 2640 of file parsenodes.h.
| DropBehavior GrantRoleStmt::behavior |
Definition at line 2648 of file parsenodes.h.
| List* GrantRoleStmt::granted_roles |
Definition at line 2643 of file parsenodes.h.
| List* GrantRoleStmt::grantee_roles |
Definition at line 2644 of file parsenodes.h.
| RoleSpec* GrantRoleStmt::grantor |
Definition at line 2647 of file parsenodes.h.
| bool GrantRoleStmt::is_grant |
Definition at line 2645 of file parsenodes.h.
| List* GrantRoleStmt::opt |
Definition at line 2646 of file parsenodes.h.
| NodeTag GrantRoleStmt::type |
Definition at line 2642 of file parsenodes.h.