SQL Reference Contents

NAME

reset - restore run-time parameters for session to default values

SYNOPSIS

reset variable

DESCRIPTION

Reset will display the current configuration parameters for variable during a session.

The session can be configured using set(l) , and values can be displayed using show(l) . Parameters and values are case-insensitive.

See set(l) for more information on available variables.

EXAMPLES

tgl=> reset DateStyle;
RESET VARIABLE
tgl=> reset GEQO;
RESET VARIABLE

SEE ALSO

pgbuiltin(3) , set(l) , show(l) .

BUGS

TBD


Table of Contents