PostgreSQL Source Code: DropRoleStmt Struct Reference (original) (raw)

Data Fields

DropRoleStmt Struct Reference

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * roles
bool missing_ok

Detailed Description

Definition at line 3199 of file parsenodes.h.

Field Documentation

missing_ok

bool DropRoleStmt::missing_ok

Definition at line 3203 of file parsenodes.h.

roles

List* DropRoleStmt::roles

Definition at line 3202 of file parsenodes.h.

type

NodeTag DropRoleStmt::type

Definition at line 3201 of file parsenodes.h.


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