PostgreSQL Source Code  git master
GrantRoleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listgranted_roles
 
Listgrantee_roles
 
bool is_grant
 
Listopt
 
RoleSpecgrantor
 
DropBehavior behavior
 

Detailed Description

Definition at line 2563 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior GrantRoleStmt::behavior

Definition at line 2571 of file parsenodes.h.

◆ granted_roles

List* GrantRoleStmt::granted_roles

Definition at line 2566 of file parsenodes.h.

◆ grantee_roles

List* GrantRoleStmt::grantee_roles

Definition at line 2567 of file parsenodes.h.

◆ grantor

RoleSpec* GrantRoleStmt::grantor

Definition at line 2570 of file parsenodes.h.

◆ is_grant

bool GrantRoleStmt::is_grant

Definition at line 2568 of file parsenodes.h.

◆ opt

List* GrantRoleStmt::opt

Definition at line 2569 of file parsenodes.h.

◆ type

NodeTag GrantRoleStmt::type

Definition at line 2565 of file parsenodes.h.


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