|
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 3247 of file parsenodes.h.
| List* CreatePLangStmt::plhandler |
Definition at line 3252 of file parsenodes.h.
| List* CreatePLangStmt::plinline |
Definition at line 3253 of file parsenodes.h.
| char* CreatePLangStmt::plname |
Definition at line 3251 of file parsenodes.h.
| bool CreatePLangStmt::pltrusted |
Definition at line 3255 of file parsenodes.h.
| List* CreatePLangStmt::plvalidator |
Definition at line 3254 of file parsenodes.h.
| bool CreatePLangStmt::replace |
Definition at line 3250 of file parsenodes.h.
| NodeTag CreatePLangStmt::type |
Definition at line 3249 of file parsenodes.h.