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