PostgreSQL Source Code  git master
VariableSetStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
VariableSetKind kind
 
char * name
 
Listargs
 
bool is_local
 

Detailed Description

Definition at line 2625 of file parsenodes.h.

Field Documentation

◆ args

List* VariableSetStmt::args

Definition at line 2630 of file parsenodes.h.

◆ is_local

bool VariableSetStmt::is_local

Definition at line 2631 of file parsenodes.h.

◆ kind

VariableSetKind VariableSetStmt::kind

Definition at line 2628 of file parsenodes.h.

Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().

◆ name

char* VariableSetStmt::name

Definition at line 2629 of file parsenodes.h.

Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().

◆ type

NodeTag VariableSetStmt::type

Definition at line 2627 of file parsenodes.h.


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