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

Field Documentation

◆ if_not_exists

bool CreateUserMappingStmt::if_not_exists

Definition at line 2986 of file parsenodes.h.

◆ options

List* CreateUserMappingStmt::options

Definition at line 2987 of file parsenodes.h.

◆ servername

char* CreateUserMappingStmt::servername

Definition at line 2985 of file parsenodes.h.

◆ type

NodeTag CreateUserMappingStmt::type

Definition at line 2983 of file parsenodes.h.

◆ user

RoleSpec* CreateUserMappingStmt::user

Definition at line 2984 of file parsenodes.h.


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