PostgreSQL Source Code  git master
AlterDefaultPrivilegesStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listoptions
 
GrantStmtaction
 

Detailed Description

Definition at line 2408 of file parsenodes.h.

Field Documentation

◆ action

GrantStmt* AlterDefaultPrivilegesStmt::action

Definition at line 2412 of file parsenodes.h.

◆ options

List* AlterDefaultPrivilegesStmt::options

Definition at line 2411 of file parsenodes.h.

◆ type

NodeTag AlterDefaultPrivilegesStmt::type

Definition at line 2410 of file parsenodes.h.


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