PostgreSQL Source Code  git master
CreateRoleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleStmtType stmt_type
 
char * role
 
Listoptions
 

Detailed Description

Definition at line 3092 of file parsenodes.h.

Field Documentation

◆ options

List* CreateRoleStmt::options

Definition at line 3097 of file parsenodes.h.

◆ role

char* CreateRoleStmt::role

Definition at line 3096 of file parsenodes.h.

◆ stmt_type

RoleStmtType CreateRoleStmt::stmt_type

Definition at line 3095 of file parsenodes.h.

◆ type

NodeTag CreateRoleStmt::type

Definition at line 3094 of file parsenodes.h.


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