|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RoleSpec * | role |
| char * | database |
| VariableSetStmt * | setstmt |
Definition at line 3202 of file parsenodes.h.
| char* AlterRoleSetStmt::database |
Definition at line 3206 of file parsenodes.h.
| RoleSpec* AlterRoleSetStmt::role |
Definition at line 3205 of file parsenodes.h.
| VariableSetStmt* AlterRoleSetStmt::setstmt |
Definition at line 3207 of file parsenodes.h.
| NodeTag AlterRoleSetStmt::type |
Definition at line 3204 of file parsenodes.h.