Computer Science
RESET(l) RESET(l)
NAME
RESET - Restores run-time parameters for session to
default values
SYNOPSIS
RESET variable
INPUTS
variable
Refer to set(l) for more information on available
variables.
OUTPUTS
RESET VARIABLE
Message returned if variable is successfully reset
to its default value..
DESCRIPTION
RESET restores variables to the default values. Refer to
set(l) for details on allowed values and defaults. RESET
is an alternate form for
SET variable = DEFAULT
NOTES
RESET is a Postgres language extension.
Use to set(l) and show(l) to manipulate variable values.
USAGE
Set DateStyle to its default value:
RESET DateStyle;
Set Geqo to its default value:
RESET GEQO;
COMPATIBILITY
SQL92
There is no RESET in SQL92.
SQL - Language Statements 15 August 1999 1
Back to the index