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

Field Documentation

◆ location

ParseLoc RoleSpec::location

Definition at line 406 of file parsenodes.h.

Referenced by CreateRole().

◆ rolename

char* RoleSpec::rolename

◆ roletype

◆ type

NodeTag RoleSpec::type

Definition at line 403 of file parsenodes.h.


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