Back to Yugabyte Db

RESET statement [YSQL]

docs/content/v2.25/api/ysql/the-sql-language/statements/cmd_reset.md

2026.1.0.0-b25380 B
Original Source

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

{{%ebnf%}} reset_stmt {{%/ebnf%}}

Semantics

run_time_parameter

Specify the name of a mutable run-time parameter.

See also