SET
Synopsis
Use the SET
statement to update a run-time control parameter.
Syntax
set ::= SET [ SESSION | LOCAL ] { configuration_parameter { TO | = }
{ value | DEFAULT }
| TIME ZONE
{ timezone | LOCAL | DEFAULT } }
set
Semantics
Although the values of a parameter can be set, displayed, and reset, the effect of these parameters are not yet supported in YugabyteDB. The default settings and behaviors will be used for the moment.
SESSION
Specify that the command affects only the current session.
LOCAL
Specify that the command affects only the current transaction. After COMMIT
or ROLLBACK
, the session-level setting takes effect again.
configuration_parameter
Specify the name of a mutable run-time parameter.
value
Specify the new value of parameter.
See also
当前内容版权归 YugabyteDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 YugabyteDB .