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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objtype
 
ObjectWithArgsfunc
 
Listactions
 

Detailed Description

Definition at line 3549 of file parsenodes.h.

Field Documentation

◆ actions

List* AlterFunctionStmt::actions

Definition at line 3554 of file parsenodes.h.

◆ func

ObjectWithArgs* AlterFunctionStmt::func

Definition at line 3553 of file parsenodes.h.

◆ objtype

ObjectType AlterFunctionStmt::objtype

Definition at line 3552 of file parsenodes.h.

◆ type

NodeTag AlterFunctionStmt::type

Definition at line 3551 of file parsenodes.h.


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