PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreateUserMappingStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecuser
 
charservername
 
bool if_not_exists
 
Listoptions
 

Detailed Description

Definition at line 3100 of file parsenodes.h.

Field Documentation

◆ if_not_exists

bool CreateUserMappingStmt::if_not_exists

Definition at line 3105 of file parsenodes.h.

◆ options

List* CreateUserMappingStmt::options

Definition at line 3106 of file parsenodes.h.

◆ servername

char* CreateUserMappingStmt::servername

Definition at line 3104 of file parsenodes.h.

◆ type

NodeTag CreateUserMappingStmt::type

Definition at line 3102 of file parsenodes.h.

◆ user

RoleSpec* CreateUserMappingStmt::user

Definition at line 3103 of file parsenodes.h.


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