PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 2877 of file parsenodes.h.

Field Documentation

◆ new_tablespacename

char* AlterTableMoveAllStmt::new_tablespacename

Definition at line 2883 of file parsenodes.h.

◆ nowait

bool AlterTableMoveAllStmt::nowait

Definition at line 2884 of file parsenodes.h.

◆ objtype

ObjectType AlterTableMoveAllStmt::objtype

Definition at line 2881 of file parsenodes.h.

◆ orig_tablespacename

char* AlterTableMoveAllStmt::orig_tablespacename

Definition at line 2880 of file parsenodes.h.

◆ roles

List* AlterTableMoveAllStmt::roles

Definition at line 2882 of file parsenodes.h.

◆ type

NodeTag AlterTableMoveAllStmt::type

Definition at line 2879 of file parsenodes.h.


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