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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecuser
 
charservername
 
bool missing_ok
 

Detailed Description

Definition at line 3117 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool DropUserMappingStmt::missing_ok

Definition at line 3122 of file parsenodes.h.

◆ servername

char* DropUserMappingStmt::servername

Definition at line 3121 of file parsenodes.h.

◆ type

NodeTag DropUserMappingStmt::type

Definition at line 3119 of file parsenodes.h.

◆ user

RoleSpec* DropUserMappingStmt::user

Definition at line 3120 of file parsenodes.h.


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