PostgreSQL Source Code git master
CreatePLangStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool replace
 
char * plname
 
Listplhandler
 
Listplinline
 
Listplvalidator
 
bool pltrusted
 

Detailed Description

Definition at line 3187 of file parsenodes.h.

Field Documentation

◆ plhandler

List* CreatePLangStmt::plhandler

Definition at line 3192 of file parsenodes.h.

◆ plinline

List* CreatePLangStmt::plinline

Definition at line 3193 of file parsenodes.h.

◆ plname

char* CreatePLangStmt::plname

Definition at line 3191 of file parsenodes.h.

◆ pltrusted

bool CreatePLangStmt::pltrusted

Definition at line 3195 of file parsenodes.h.

◆ plvalidator

List* CreatePLangStmt::plvalidator

Definition at line 3194 of file parsenodes.h.

◆ replace

bool CreatePLangStmt::replace

Definition at line 3190 of file parsenodes.h.

◆ type

NodeTag CreatePLangStmt::type

Definition at line 3189 of file parsenodes.h.


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