PostgreSQL Source Code  git master
AlterTypeStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listoptions
 

Detailed Description

Definition at line 3607 of file parsenodes.h.

Field Documentation

◆ options

List* AlterTypeStmt::options

Definition at line 3611 of file parsenodes.h.

◆ type

NodeTag AlterTypeStmt::type

Definition at line 3609 of file parsenodes.h.

◆ typeName

List* AlterTypeStmt::typeName

Definition at line 3610 of file parsenodes.h.


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