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 2246 of file parsenodes.h.
char* AlterTableMoveAllStmt::new_tablespacename |
Definition at line 2252 of file parsenodes.h.
Referenced by AlterTableMoveAll().
bool AlterTableMoveAllStmt::nowait |
Definition at line 2253 of file parsenodes.h.
Referenced by AlterTableMoveAll().
ObjectType AlterTableMoveAllStmt::objtype |
Definition at line 2250 of file parsenodes.h.
Referenced by AlterTableMoveAll().
char* AlterTableMoveAllStmt::orig_tablespacename |
Definition at line 2249 of file parsenodes.h.
Referenced by AlterTableMoveAll().
List* AlterTableMoveAllStmt::roles |
Definition at line 2251 of file parsenodes.h.
Referenced by AlterTableMoveAll().
NodeTag AlterTableMoveAllStmt::type |
Definition at line 2248 of file parsenodes.h.