|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| bool | replace |
| char * | plname |
| List * | plhandler |
| List * | plinline |
| List * | plvalidator |
| bool | pltrusted |
Definition at line 3187 of file parsenodes.h.
| List* CreatePLangStmt::plhandler |
Definition at line 3192 of file parsenodes.h.
| List* CreatePLangStmt::plinline |
Definition at line 3193 of file parsenodes.h.
| char* CreatePLangStmt::plname |
Definition at line 3191 of file parsenodes.h.
| bool CreatePLangStmt::pltrusted |
Definition at line 3195 of file parsenodes.h.
| List* CreatePLangStmt::plvalidator |
Definition at line 3194 of file parsenodes.h.
| bool CreatePLangStmt::replace |
Definition at line 3190 of file parsenodes.h.
| NodeTag CreatePLangStmt::type |
Definition at line 3189 of file parsenodes.h.