|
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 3159 of file parsenodes.h.
| List* CreatePLangStmt::plhandler |
Definition at line 3164 of file parsenodes.h.
| List* CreatePLangStmt::plinline |
Definition at line 3165 of file parsenodes.h.
| char* CreatePLangStmt::plname |
Definition at line 3163 of file parsenodes.h.
| bool CreatePLangStmt::pltrusted |
Definition at line 3167 of file parsenodes.h.
| List* CreatePLangStmt::plvalidator |
Definition at line 3166 of file parsenodes.h.
| bool CreatePLangStmt::replace |
Definition at line 3162 of file parsenodes.h.
| NodeTag CreatePLangStmt::type |
Definition at line 3161 of file parsenodes.h.