PostgreSQL Source Code  git master
DropUserMappingStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecuser
 
char * servername
 
bool missing_ok
 

Detailed Description

Definition at line 2935 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool DropUserMappingStmt::missing_ok

Definition at line 2940 of file parsenodes.h.

◆ servername

char* DropUserMappingStmt::servername

Definition at line 2939 of file parsenodes.h.

◆ type

NodeTag DropUserMappingStmt::type

Definition at line 2937 of file parsenodes.h.

◆ user

RoleSpec* DropUserMappingStmt::user

Definition at line 2938 of file parsenodes.h.


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