Pegasus InfoCorp: Web site design and web software development company

RESET (l)

Restores run-time parameters for session to default values

SYNOPSIS

    RESET variable
    

    variable

      Refer to set(l) for more information on available variables.

    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
    

    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

    There is no RESET in SQL92.