PostgreSQL Source Code  git master
AlterRoleSetStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecrole
 
char * database
 
VariableSetStmtsetstmt
 

Detailed Description

Definition at line 3108 of file parsenodes.h.

Field Documentation

◆ database

char* AlterRoleSetStmt::database

Definition at line 3112 of file parsenodes.h.

◆ role

RoleSpec* AlterRoleSetStmt::role

Definition at line 3111 of file parsenodes.h.

◆ setstmt

VariableSetStmt* AlterRoleSetStmt::setstmt

Definition at line 3113 of file parsenodes.h.

◆ type

NodeTag AlterRoleSetStmt::type

Definition at line 3110 of file parsenodes.h.


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