PostgreSQL Source Code  git master
AlterTypeStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listoptions
 

Detailed Description

Definition at line 3445 of file parsenodes.h.

Field Documentation

◆ options

List* AlterTypeStmt::options

Definition at line 3449 of file parsenodes.h.

◆ type

NodeTag AlterTypeStmt::type

Definition at line 3447 of file parsenodes.h.

◆ typeName

List* AlterTypeStmt::typeName

Definition at line 3448 of file parsenodes.h.


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