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 3186 of file parsenodes.h.

Field Documentation

◆ options

List* CreateRoleStmt::options

Definition at line 3191 of file parsenodes.h.

◆ role

char* CreateRoleStmt::role

Definition at line 3190 of file parsenodes.h.

◆ stmt_type

RoleStmtType CreateRoleStmt::stmt_type

Definition at line 3189 of file parsenodes.h.

◆ type

NodeTag CreateRoleStmt::type

Definition at line 3188 of file parsenodes.h.


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