PostgreSQL Source Code  git master
AlterTableStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Listcmds
 
ObjectType objtype
 
bool missing_ok
 

Detailed Description

Definition at line 2344 of file parsenodes.h.

Field Documentation

◆ cmds

◆ missing_ok

bool AlterTableStmt::missing_ok

◆ objtype

ObjectType AlterTableStmt::objtype

◆ relation

◆ type

NodeTag AlterTableStmt::type

Definition at line 2346 of file parsenodes.h.


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