PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AlterTableMoveAllStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
charorig_tablespacename
 
ObjectType objtype
 
Listroles
 
charnew_tablespacename
 
bool nowait
 

Detailed Description

Definition at line 3018 of file parsenodes.h.

Field Documentation

◆ new_tablespacename

char* AlterTableMoveAllStmt::new_tablespacename

Definition at line 3024 of file parsenodes.h.

◆ nowait

bool AlterTableMoveAllStmt::nowait

Definition at line 3025 of file parsenodes.h.

◆ objtype

ObjectType AlterTableMoveAllStmt::objtype

Definition at line 3022 of file parsenodes.h.

◆ orig_tablespacename

char* AlterTableMoveAllStmt::orig_tablespacename

Definition at line 3021 of file parsenodes.h.

◆ roles

List* AlterTableMoveAllStmt::roles

Definition at line 3023 of file parsenodes.h.

◆ type

NodeTag AlterTableMoveAllStmt::type

Definition at line 3020 of file parsenodes.h.


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