PostgreSQL Source Code  git master
DropSubscriptionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * subname
 
bool missing_ok
 
DropBehavior behavior
 

Detailed Description

Definition at line 4237 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior DropSubscriptionStmt::behavior

Definition at line 4242 of file parsenodes.h.

◆ missing_ok

bool DropSubscriptionStmt::missing_ok

Definition at line 4241 of file parsenodes.h.

◆ subname

char* DropSubscriptionStmt::subname

Definition at line 4240 of file parsenodes.h.

◆ type

NodeTag DropSubscriptionStmt::type

Definition at line 4239 of file parsenodes.h.


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