PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | tablespacename |
bool | missing_ok |
Definition at line 2676 of file parsenodes.h.
bool DropTableSpaceStmt::missing_ok |
Definition at line 2680 of file parsenodes.h.
Referenced by DropTableSpace().
char* DropTableSpaceStmt::tablespacename |
Definition at line 2679 of file parsenodes.h.
Referenced by DropTableSpace().
NodeTag DropTableSpaceStmt::type |
Definition at line 2678 of file parsenodes.h.