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

Field Documentation

◆ location

int RoleSpec::location

Definition at line 396 of file parsenodes.h.

Referenced by CreateRole().

◆ rolename

char* RoleSpec::rolename

◆ roletype

◆ type

NodeTag RoleSpec::type

Definition at line 393 of file parsenodes.h.


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