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

Field Documentation

◆ args

List* VariableSetStmt::args

Definition at line 2474 of file parsenodes.h.

◆ is_local

bool VariableSetStmt::is_local

Definition at line 2475 of file parsenodes.h.

◆ kind

VariableSetKind VariableSetStmt::kind

Definition at line 2472 of file parsenodes.h.

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

◆ name

char* VariableSetStmt::name

Definition at line 2473 of file parsenodes.h.

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

◆ type

NodeTag VariableSetStmt::type

Definition at line 2471 of file parsenodes.h.


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