PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AlterRoleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecrole
 
Listoptions
 
int action
 

Detailed Description

Definition at line 3282 of file parsenodes.h.

Field Documentation

◆ action

int AlterRoleStmt::action

Definition at line 3287 of file parsenodes.h.

◆ options

List* AlterRoleStmt::options

Definition at line 3286 of file parsenodes.h.

◆ role

RoleSpec* AlterRoleStmt::role

Definition at line 3285 of file parsenodes.h.

◆ type

NodeTag AlterRoleStmt::type

Definition at line 3284 of file parsenodes.h.


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