RESET
Synopsis
Use the RESET
statement to restore the value of a run-time parameter to the default value. RESET
is an alternative spelling for SET run_time_parameter TO DEFAULT
.
Syntax
reset_stmt ::= RESET { run_time_parameter | ALL }
reset_stmt
Semantics
run_time_parameter
Specify the name of a mutable run-time parameter.