|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| ObjectType | objtype |
| ObjectWithArgs * | func |
| List * | actions |
Definition at line 3596 of file parsenodes.h.
| List* AlterFunctionStmt::actions |
Definition at line 3601 of file parsenodes.h.
| ObjectWithArgs* AlterFunctionStmt::func |
Definition at line 3600 of file parsenodes.h.
| ObjectType AlterFunctionStmt::objtype |
Definition at line 3599 of file parsenodes.h.
| NodeTag AlterFunctionStmt::type |
Definition at line 3598 of file parsenodes.h.