PostgreSQL Source Code  git master
AlterDefaultPrivilegesStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
GrantStmtaction
 

Detailed Description

Definition at line 2578 of file parsenodes.h.

Field Documentation

◆ action

GrantStmt* AlterDefaultPrivilegesStmt::action

Definition at line 2582 of file parsenodes.h.

◆ options

List* AlterDefaultPrivilegesStmt::options

Definition at line 2581 of file parsenodes.h.

◆ type

NodeTag AlterDefaultPrivilegesStmt::type

Definition at line 2580 of file parsenodes.h.


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