PostgreSQL Source Code git master
AlterRoleSetStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecrole
 
char * database
 
VariableSetStmtsetstmt
 

Detailed Description

Definition at line 3230 of file parsenodes.h.

Field Documentation

◆ database

char* AlterRoleSetStmt::database

Definition at line 3234 of file parsenodes.h.

◆ role

RoleSpec* AlterRoleSetStmt::role

Definition at line 3233 of file parsenodes.h.

◆ setstmt

VariableSetStmt* AlterRoleSetStmt::setstmt

Definition at line 3235 of file parsenodes.h.

◆ type

NodeTag AlterRoleSetStmt::type

Definition at line 3232 of file parsenodes.h.


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