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

Field Documentation

◆ plhandler

List* CreatePLangStmt::plhandler

Definition at line 3070 of file parsenodes.h.

◆ plinline

List* CreatePLangStmt::plinline

Definition at line 3071 of file parsenodes.h.

◆ plname

char* CreatePLangStmt::plname

Definition at line 3069 of file parsenodes.h.

◆ pltrusted

bool CreatePLangStmt::pltrusted

Definition at line 3073 of file parsenodes.h.

◆ plvalidator

List* CreatePLangStmt::plvalidator

Definition at line 3072 of file parsenodes.h.

◆ replace

bool CreatePLangStmt::replace

Definition at line 3068 of file parsenodes.h.

◆ type

NodeTag CreatePLangStmt::type

Definition at line 3067 of file parsenodes.h.


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