|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| bool | is_grant |
| GrantTargetType | targtype |
| ObjectType | objtype |
| List * | objects |
| List * | privileges |
| List * | grantees |
| bool | grant_option |
| RoleSpec * | grantor |
| DropBehavior | behavior |
Definition at line 2603 of file parsenodes.h.
| DropBehavior GrantStmt::behavior |
Definition at line 2616 of file parsenodes.h.
| bool GrantStmt::grant_option |
Definition at line 2614 of file parsenodes.h.
| List* GrantStmt::grantees |
Definition at line 2613 of file parsenodes.h.
| RoleSpec* GrantStmt::grantor |
Definition at line 2615 of file parsenodes.h.
| bool GrantStmt::is_grant |
Definition at line 2606 of file parsenodes.h.
| List* GrantStmt::objects |
Definition at line 2609 of file parsenodes.h.
| ObjectType GrantStmt::objtype |
Definition at line 2608 of file parsenodes.h.
| List* GrantStmt::privileges |
Definition at line 2611 of file parsenodes.h.
| GrantTargetType GrantStmt::targtype |
Definition at line 2607 of file parsenodes.h.
| NodeTag GrantStmt::type |
Definition at line 2605 of file parsenodes.h.