|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | tablespacename |
| bool | missing_ok |
Definition at line 2894 of file parsenodes.h.
| bool DropTableSpaceStmt::missing_ok |
Definition at line 2898 of file parsenodes.h.
| char* DropTableSpaceStmt::tablespacename |
Definition at line 2897 of file parsenodes.h.
| NodeTag DropTableSpaceStmt::type |
Definition at line 2896 of file parsenodes.h.