PostgreSQL Source Code git master
RoleSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecType roletype
 
char * rolename
 
ParseLoc location
 

Detailed Description

Definition at line 412 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc RoleSpec::location

Definition at line 417 of file parsenodes.h.

Referenced by CreateRole().

◆ rolename

char* RoleSpec::rolename

◆ roletype

◆ type

NodeTag RoleSpec::type

Definition at line 414 of file parsenodes.h.


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