#include <parsenodes.h>
Data Fields | |
NodeTag | type |
VariableSetKind | kind |
char * | name |
List * | args |
bool | is_local |
Definition at line 1433 of file parsenodes.h.
Definition at line 1438 of file parsenodes.h.
Referenced by ExecSetVariableStmt(), and ExtractSetVariableArgs().
Definition at line 1439 of file parsenodes.h.
Referenced by ExecSetVariableStmt().
Definition at line 1436 of file parsenodes.h.
Referenced by AlterSetting(), ExecSetVariableStmt(), ExtractSetVariableArgs(), and update_proconfig_value().
char* VariableSetStmt::name |
Definition at line 1437 of file parsenodes.h.
Referenced by AlterSetting(), ExecSetVariableStmt(), ExtractSetVariableArgs(), and update_proconfig_value().
Definition at line 1435 of file parsenodes.h.