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