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 2909 of file parsenodes.h.

Field Documentation

◆ new_tablespacename

char* AlterTableMoveAllStmt::new_tablespacename

Definition at line 2915 of file parsenodes.h.

◆ nowait

bool AlterTableMoveAllStmt::nowait

Definition at line 2916 of file parsenodes.h.

◆ objtype

ObjectType AlterTableMoveAllStmt::objtype

Definition at line 2913 of file parsenodes.h.

◆ orig_tablespacename

char* AlterTableMoveAllStmt::orig_tablespacename

Definition at line 2912 of file parsenodes.h.

◆ roles

List* AlterTableMoveAllStmt::roles

Definition at line 2914 of file parsenodes.h.

◆ type

NodeTag AlterTableMoveAllStmt::type

Definition at line 2911 of file parsenodes.h.


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