PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CreatePLangStmt Struct Reference

#include <parsenodes.h>

Data Fields

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

Detailed Description

Definition at line 3148 of file parsenodes.h.

Field Documentation

◆ plhandler

List* CreatePLangStmt::plhandler

Definition at line 3153 of file parsenodes.h.

◆ plinline

List* CreatePLangStmt::plinline

Definition at line 3154 of file parsenodes.h.

◆ plname

char* CreatePLangStmt::plname

Definition at line 3152 of file parsenodes.h.

◆ pltrusted

bool CreatePLangStmt::pltrusted

Definition at line 3156 of file parsenodes.h.

◆ plvalidator

List* CreatePLangStmt::plvalidator

Definition at line 3155 of file parsenodes.h.

◆ replace

bool CreatePLangStmt::replace

Definition at line 3151 of file parsenodes.h.

◆ type

NodeTag CreatePLangStmt::type

Definition at line 3150 of file parsenodes.h.


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