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

#include <parsenodes.h>

Data Fields

NodeTag type
 
AlterTableType subtype
 
charname
 
int16 num
 
RoleSpecnewowner
 
Nodedef
 
DropBehavior behavior
 
bool missing_ok
 
bool recurse
 

Detailed Description

Definition at line 2573 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior AlterTableCmd::behavior

Definition at line 2584 of file parsenodes.h.

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

◆ def

◆ missing_ok

bool AlterTableCmd::missing_ok

Definition at line 2585 of file parsenodes.h.

Referenced by ATExecCmd(), and transformColumnDefinition().

◆ name

◆ newowner

RoleSpec* AlterTableCmd::newowner

Definition at line 2581 of file parsenodes.h.

Referenced by ATExecCmd().

◆ num

int16 AlterTableCmd::num

Definition at line 2579 of file parsenodes.h.

Referenced by ATExecCmd().

◆ recurse

bool AlterTableCmd::recurse

Definition at line 2586 of file parsenodes.h.

Referenced by ATExecCmd(), ATPrepAddColumn(), ATPrepCmd(), and ATPrepDropColumn().

◆ subtype

◆ type

NodeTag AlterTableCmd::type

Definition at line 2575 of file parsenodes.h.


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