PostgreSQL Source Code  git master
CreateUserMappingStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecuser
 
char * servername
 
bool if_not_exists
 
Listoptions
 

Detailed Description

Definition at line 2918 of file parsenodes.h.

Field Documentation

◆ if_not_exists

bool CreateUserMappingStmt::if_not_exists

Definition at line 2923 of file parsenodes.h.

◆ options

List* CreateUserMappingStmt::options

Definition at line 2924 of file parsenodes.h.

◆ servername

char* CreateUserMappingStmt::servername

Definition at line 2922 of file parsenodes.h.

◆ type

NodeTag CreateUserMappingStmt::type

Definition at line 2920 of file parsenodes.h.

◆ user

RoleSpec* CreateUserMappingStmt::user

Definition at line 2921 of file parsenodes.h.


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