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

Field Documentation

◆ missing_ok

bool DropUserMappingStmt::missing_ok

Definition at line 2934 of file parsenodes.h.

◆ servername

char* DropUserMappingStmt::servername

Definition at line 2933 of file parsenodes.h.

◆ type

NodeTag DropUserMappingStmt::type

Definition at line 2931 of file parsenodes.h.

◆ user

RoleSpec* DropUserMappingStmt::user

Definition at line 2932 of file parsenodes.h.


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