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

Field Documentation

◆ if_not_exists

bool CreateUserMappingStmt::if_not_exists

Definition at line 2837 of file parsenodes.h.

◆ options

List* CreateUserMappingStmt::options

Definition at line 2838 of file parsenodes.h.

◆ servername

char* CreateUserMappingStmt::servername

Definition at line 2836 of file parsenodes.h.

◆ type

NodeTag CreateUserMappingStmt::type

Definition at line 2834 of file parsenodes.h.

◆ user

RoleSpec* CreateUserMappingStmt::user

Definition at line 2835 of file parsenodes.h.


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