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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Listcmds
 
ObjectType objtype
 
bool missing_ok
 

Detailed Description

Definition at line 2433 of file parsenodes.h.

Field Documentation

◆ cmds

List* AlterTableStmt::cmds

Definition at line 2437 of file parsenodes.h.

◆ missing_ok

bool AlterTableStmt::missing_ok

Definition at line 2439 of file parsenodes.h.

◆ objtype

ObjectType AlterTableStmt::objtype

Definition at line 2438 of file parsenodes.h.

◆ relation

RangeVar* AlterTableStmt::relation

Definition at line 2436 of file parsenodes.h.

◆ type

NodeTag AlterTableStmt::type

Definition at line 2435 of file parsenodes.h.


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