PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | subname |
bool | missing_ok |
DropBehavior | behavior |
Definition at line 3927 of file parsenodes.h.
DropBehavior DropSubscriptionStmt::behavior |
Definition at line 3932 of file parsenodes.h.
bool DropSubscriptionStmt::missing_ok |
Definition at line 3931 of file parsenodes.h.
Referenced by DropSubscription().
char* DropSubscriptionStmt::subname |
Definition at line 3930 of file parsenodes.h.
Referenced by DropSubscription().
NodeTag DropSubscriptionStmt::type |
Definition at line 3929 of file parsenodes.h.