PostgreSQL Source Code: CreatePLangStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
bool replace
char * plname
List * plhandler
List * plinline
List * plvalidator
bool pltrusted

Definition at line 3148 of file parsenodes.h.

plhandler

List* CreatePLangStmt::plhandler

plinline

List* CreatePLangStmt::plinline

plname

char* CreatePLangStmt::plname

pltrusted

bool CreatePLangStmt::pltrusted

plvalidator

List* CreatePLangStmt::plvalidator

replace

bool CreatePLangStmt::replace

type


The documentation for this struct was generated from the following file: