Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

GrantStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
bool is_grant
GrantTargetType targtype
GrantObjectType objtype
Listobjects
Listprivileges
Listgrantees
bool grant_option
DropBehavior behavior

Detailed Description

Definition at line 1317 of file parsenodes.h.


Field Documentation

Definition at line 1329 of file parsenodes.h.

Referenced by ExecAlterDefaultPrivilegesStmt(), and ExecuteGrantStmt().

Definition at line 1328 of file parsenodes.h.

Referenced by ExecAlterDefaultPrivilegesStmt(), and ExecuteGrantStmt().

Definition at line 1327 of file parsenodes.h.

Referenced by ExecAlterDefaultPrivilegesStmt(), and ExecuteGrantStmt().

Definition at line 1323 of file parsenodes.h.

Referenced by ExecuteGrantStmt().

Definition at line 1322 of file parsenodes.h.

Referenced by ExecAlterDefaultPrivilegesStmt(), and ExecuteGrantStmt().

Definition at line 1325 of file parsenodes.h.

Referenced by ExecAlterDefaultPrivilegesStmt(), and ExecuteGrantStmt().

Definition at line 1321 of file parsenodes.h.

Referenced by ExecuteGrantStmt().

Definition at line 1319 of file parsenodes.h.


The documentation for this struct was generated from the following file: