PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
VariableSetKind | kind |
char * | name |
List * | args |
bool | is_local |
bool | user_set |
Definition at line 2328 of file parsenodes.h.
List* VariableSetStmt::args |
Definition at line 2333 of file parsenodes.h.
Referenced by ExecSetVariableStmt(), and ExtractSetVariableArgs().
bool VariableSetStmt::is_local |
Definition at line 2334 of file parsenodes.h.
Referenced by ExecSetVariableStmt().
VariableSetKind VariableSetStmt::kind |
Definition at line 2331 of file parsenodes.h.
Referenced by AlterSetting(), AlterSystemSetConfigFile(), ExecSetVariableStmt(), ExtractSetVariableArgs(), and update_proconfig_value().
char* VariableSetStmt::name |
Definition at line 2332 of file parsenodes.h.
Referenced by AlterSetting(), AlterSystemSetConfigFile(), ExecSetVariableStmt(), ExtractSetVariableArgs(), and update_proconfig_value().
NodeTag VariableSetStmt::type |
Definition at line 2330 of file parsenodes.h.
bool VariableSetStmt::user_set |
Definition at line 2335 of file parsenodes.h.
Referenced by AlterSetting(), ExtractSetVariableArgs(), and update_proconfig_value().