PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterTypeStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listoptions
 

Detailed Description

Definition at line 3670 of file parsenodes.h.

Field Documentation

◆ options

List* AlterTypeStmt::options

Definition at line 3674 of file parsenodes.h.

◆ type

NodeTag AlterTypeStmt::type

Definition at line 3672 of file parsenodes.h.

◆ typeName

List* AlterTypeStmt::typeName

Definition at line 3673 of file parsenodes.h.


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