PostgreSQL Source Code: AlterTableMoveAllStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
char * orig_tablespacename
ObjectType objtype
List * roles
char * new_tablespacename
bool nowait

Definition at line 2898 of file parsenodes.h.

new_tablespacename

char* AlterTableMoveAllStmt::new_tablespacename

nowait

bool AlterTableMoveAllStmt::nowait

objtype

orig_tablespacename

char* AlterTableMoveAllStmt::orig_tablespacename

roles

List* AlterTableMoveAllStmt::roles

type

NodeTag AlterTableMoveAllStmt::type


The documentation for this struct was generated from the following file: