PostgreSQL Source Code  git master
AlterTableCmd Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
AlterTableType subtype
 
char * name
 
int16 num
 
RoleSpecnewowner
 
Nodedef
 
DropBehavior behavior
 
bool missing_ok
 
bool recurse
 

Detailed Description

Definition at line 2433 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior AlterTableCmd::behavior

Definition at line 2444 of file parsenodes.h.

Referenced by ATExecCmd(), ATTypedTableRecursion(), and transformColumnDefinition().

◆ def

◆ missing_ok

bool AlterTableCmd::missing_ok

Definition at line 2445 of file parsenodes.h.

Referenced by ATExecCmd(), and transformColumnDefinition().

◆ name

◆ newowner

RoleSpec* AlterTableCmd::newowner

Definition at line 2441 of file parsenodes.h.

Referenced by ATExecCmd().

◆ num

int16 AlterTableCmd::num

Definition at line 2439 of file parsenodes.h.

Referenced by ATExecCmd(), and expandTableLikeClause().

◆ recurse

◆ subtype

◆ type

NodeTag AlterTableCmd::type

Definition at line 2435 of file parsenodes.h.


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