PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterTableStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Listcmds
 
ObjectType objtype
 
bool missing_ok
 

Detailed Description

Definition at line 2393 of file parsenodes.h.

Field Documentation

◆ cmds

List* AlterTableStmt::cmds

◆ missing_ok

bool AlterTableStmt::missing_ok

Definition at line 2399 of file parsenodes.h.

Referenced by ATParseTransformCmd(), and expandTableLikeClause().

◆ objtype

ObjectType AlterTableStmt::objtype

◆ relation

RangeVar* AlterTableStmt::relation

◆ type

NodeTag AlterTableStmt::type

Definition at line 2395 of file parsenodes.h.


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