PostgreSQL Source Code  git master
RoleSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecType roletype
 
char * rolename
 
int location
 

Detailed Description

Definition at line 399 of file parsenodes.h.

Field Documentation

◆ location

int RoleSpec::location

Definition at line 404 of file parsenodes.h.

Referenced by CreateRole().

◆ rolename

char* RoleSpec::rolename

◆ roletype

◆ type

NodeTag RoleSpec::type

Definition at line 401 of file parsenodes.h.


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