PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | subname |
bool | missing_ok |
DropBehavior | behavior |
Definition at line 3570 of file parsenodes.h.
DropBehavior DropSubscriptionStmt::behavior |
Definition at line 3575 of file parsenodes.h.
bool DropSubscriptionStmt::missing_ok |
Definition at line 3574 of file parsenodes.h.
Referenced by DropSubscription().
char* DropSubscriptionStmt::subname |
Definition at line 3573 of file parsenodes.h.
Referenced by DropSubscription().
NodeTag DropSubscriptionStmt::type |
Definition at line 3572 of file parsenodes.h.