PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | subname |
bool | missing_ok |
DropBehavior | behavior |
Definition at line 4090 of file parsenodes.h.
DropBehavior DropSubscriptionStmt::behavior |
Definition at line 4095 of file parsenodes.h.
bool DropSubscriptionStmt::missing_ok |
Definition at line 4094 of file parsenodes.h.
Referenced by DropSubscription().
char* DropSubscriptionStmt::subname |
Definition at line 4093 of file parsenodes.h.
Referenced by DropSubscription().
NodeTag DropSubscriptionStmt::type |
Definition at line 4092 of file parsenodes.h.