January 2002
Intermediate to advanced
640 pages
16h 39m
English
Restores runtime variables to their default settings.
RESET
variablevariableA runtime variable that you wish to reset to its default value. See the reference entry titled “SET” for more information on available variables.
RESET VARIABLEThe message returned when a specified variable is reset to its default value.
Use the RESET command to return runtime variables to their original
values. For more information about values allowed for these variables, and what the original
values were, refer to the reference entry titled “SET.”
You can also issue the following command to accomplish the same effect:
SET variable TO DEFAULTThe following example resets a variable called SEED to its default
value:
testdb=# RESET SEED;
RESET VARIABLE