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 2524 of file parsenodes.h.
char* AlterTableMoveAllStmt::new_tablespacename |
Definition at line 2530 of file parsenodes.h.
Referenced by AlterTableMoveAll().
bool AlterTableMoveAllStmt::nowait |
Definition at line 2531 of file parsenodes.h.
Referenced by AlterTableMoveAll().
ObjectType AlterTableMoveAllStmt::objtype |
Definition at line 2528 of file parsenodes.h.
Referenced by AlterTableMoveAll().
char* AlterTableMoveAllStmt::orig_tablespacename |
Definition at line 2527 of file parsenodes.h.
Referenced by AlterTableMoveAll().
List* AlterTableMoveAllStmt::roles |
Definition at line 2529 of file parsenodes.h.
Referenced by AlterTableMoveAll().
NodeTag AlterTableMoveAllStmt::type |
Definition at line 2526 of file parsenodes.h.