PostgreSQL Source Code  git master
DropRoleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listroles
 
bool missing_ok
 

Detailed Description

Definition at line 3116 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool DropRoleStmt::missing_ok

Definition at line 3120 of file parsenodes.h.

◆ roles

List* DropRoleStmt::roles

Definition at line 3119 of file parsenodes.h.

◆ type

NodeTag DropRoleStmt::type

Definition at line 3118 of file parsenodes.h.


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