|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RoleSpec * | user |
| char * | servername |
| bool | if_not_exists |
| List * | options |
Definition at line 3012 of file parsenodes.h.
| bool CreateUserMappingStmt::if_not_exists |
Definition at line 3017 of file parsenodes.h.
| List* CreateUserMappingStmt::options |
Definition at line 3018 of file parsenodes.h.
| char* CreateUserMappingStmt::servername |
Definition at line 3016 of file parsenodes.h.
| NodeTag CreateUserMappingStmt::type |
Definition at line 3014 of file parsenodes.h.
| RoleSpec* CreateUserMappingStmt::user |
Definition at line 3015 of file parsenodes.h.