|
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 3307 of file parsenodes.h.
| List* CreatePLangStmt::plhandler |
Definition at line 3312 of file parsenodes.h.
| List* CreatePLangStmt::plinline |
Definition at line 3313 of file parsenodes.h.
| char* CreatePLangStmt::plname |
Definition at line 3311 of file parsenodes.h.
| bool CreatePLangStmt::pltrusted |
Definition at line 3315 of file parsenodes.h.
| List* CreatePLangStmt::plvalidator |
Definition at line 3314 of file parsenodes.h.
| bool CreatePLangStmt::replace |
Definition at line 3310 of file parsenodes.h.
| NodeTag CreatePLangStmt::type |
Definition at line 3309 of file parsenodes.h.