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 3128 of file parsenodes.h.

Field Documentation

◆ plhandler

List* CreatePLangStmt::plhandler

Definition at line 3133 of file parsenodes.h.

◆ plinline

List* CreatePLangStmt::plinline

Definition at line 3134 of file parsenodes.h.

◆ plname

char* CreatePLangStmt::plname

Definition at line 3132 of file parsenodes.h.

◆ pltrusted

bool CreatePLangStmt::pltrusted

Definition at line 3136 of file parsenodes.h.

◆ plvalidator

List* CreatePLangStmt::plvalidator

Definition at line 3135 of file parsenodes.h.

◆ replace

bool CreatePLangStmt::replace

Definition at line 3131 of file parsenodes.h.

◆ type

NodeTag CreatePLangStmt::type

Definition at line 3130 of file parsenodes.h.


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