|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | orig_tablespacename |
| ObjectType | objtype |
| List * | roles |
| char * | new_tablespacename |
| bool | nowait |
Definition at line 2909 of file parsenodes.h.
| char* AlterTableMoveAllStmt::new_tablespacename |
Definition at line 2915 of file parsenodes.h.
| bool AlterTableMoveAllStmt::nowait |
Definition at line 2916 of file parsenodes.h.
| ObjectType AlterTableMoveAllStmt::objtype |
Definition at line 2913 of file parsenodes.h.
| char* AlterTableMoveAllStmt::orig_tablespacename |
Definition at line 2912 of file parsenodes.h.
| List* AlterTableMoveAllStmt::roles |
Definition at line 2914 of file parsenodes.h.
| NodeTag AlterTableMoveAllStmt::type |
Definition at line 2911 of file parsenodes.h.