PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DropSubscriptionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * subname
 
bool missing_ok
 
DropBehavior behavior
 

Detailed Description

Definition at line 4314 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior DropSubscriptionStmt::behavior

Definition at line 4319 of file parsenodes.h.

◆ missing_ok

bool DropSubscriptionStmt::missing_ok

Definition at line 4318 of file parsenodes.h.

◆ subname

char* DropSubscriptionStmt::subname

Definition at line 4317 of file parsenodes.h.

◆ type

NodeTag DropSubscriptionStmt::type

Definition at line 4316 of file parsenodes.h.


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