PostgreSQL Source Code git master
AlterTypeStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listoptions
 

Detailed Description

Definition at line 3731 of file parsenodes.h.

Field Documentation

◆ options

List* AlterTypeStmt::options

Definition at line 3735 of file parsenodes.h.

◆ type

NodeTag AlterTypeStmt::type

Definition at line 3733 of file parsenodes.h.

◆ typeName

List* AlterTypeStmt::typeName

Definition at line 3734 of file parsenodes.h.


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