PostgreSQL Source Code  git master
AlterTableMoveAllStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * orig_tablespacename
 
ObjectType objtype
 
Listroles
 
char * new_tablespacename
 
bool nowait
 

Detailed Description

Definition at line 2815 of file parsenodes.h.

Field Documentation

◆ new_tablespacename

char* AlterTableMoveAllStmt::new_tablespacename

Definition at line 2821 of file parsenodes.h.

◆ nowait

bool AlterTableMoveAllStmt::nowait

Definition at line 2822 of file parsenodes.h.

◆ objtype

ObjectType AlterTableMoveAllStmt::objtype

Definition at line 2819 of file parsenodes.h.

◆ orig_tablespacename

char* AlterTableMoveAllStmt::orig_tablespacename

Definition at line 2818 of file parsenodes.h.

◆ roles

List* AlterTableMoveAllStmt::roles

Definition at line 2820 of file parsenodes.h.

◆ type

NodeTag AlterTableMoveAllStmt::type

Definition at line 2817 of file parsenodes.h.


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