PostgreSQL Source Code: DropSubscriptionStmt Struct Reference (original) (raw)
DropSubscriptionStmt Struct Reference
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
char * | subname |
bool | missing_ok |
DropBehavior | behavior |
Detailed Description
Definition at line 4321 of file parsenodes.h.
Field Documentation
◆ behavior
DropBehavior DropSubscriptionStmt::behavior
Definition at line 4326 of file parsenodes.h.
◆ missing_ok
bool DropSubscriptionStmt::missing_ok
Definition at line 4325 of file parsenodes.h.
◆ subname
char* DropSubscriptionStmt::subname
Definition at line 4324 of file parsenodes.h.
◆ type
NodeTag DropSubscriptionStmt::type
Definition at line 4323 of file parsenodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h