|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | tablespacename |
| bool | missing_ok |
Definition at line 3042 of file parsenodes.h.
| bool DropTableSpaceStmt::missing_ok |
Definition at line 3046 of file parsenodes.h.
| char* DropTableSpaceStmt::tablespacename |
Definition at line 3045 of file parsenodes.h.
| NodeTag DropTableSpaceStmt::type |
Definition at line 3044 of file parsenodes.h.