PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterRoleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecrole
 
Listoptions
 
int action
 

Detailed Description

Definition at line 3194 of file parsenodes.h.

Field Documentation

◆ action

int AlterRoleStmt::action

Definition at line 3199 of file parsenodes.h.

◆ options

List* AlterRoleStmt::options

Definition at line 3198 of file parsenodes.h.

◆ role

RoleSpec* AlterRoleStmt::role

Definition at line 3197 of file parsenodes.h.

◆ type

NodeTag AlterRoleStmt::type

Definition at line 3196 of file parsenodes.h.


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