RESET
Synopsis
Use the RESET
statement to restore the value of a run-time parameter to the default value. RESET
maps to SET configuration_parameter TO DEFAULT
.
Syntax
reset_stmt ::= RESET { name | ALL }
reset_stmt
Semantics
Although the values of a parameter can be set, displayed, and reset, the effect of these parameters are not yet supported in Yugabyte. The factory settings or default behaviors will be used for the moment.
{{ /
configuration_parameter
Specify the name of a mutable run-time parameter.