RESET - Restores run-time parameters to default values


SYNOPSIS

       RESET variable

   INPUTS
       variable
              The  name of a run-time parameter. See SET [set(l)]
              for a list.


DESCRIPTION

       RESET restores run-time parameters to their  default  val­
       ues. Refer to SET [set(l)] for details. RESET is an alter­
       nate form for

       SET variable TO DEFAULT


DIAGNOSTICS

       See under the SET [set(l)] command.


EXAMPLES

       Set DateStyle to its default value:

       RESET DateStyle;

       Set Geqo to its default value:

       RESET GEQO;


COMPATIBILITY

       RESET is a Postgres extension.


Man(1) output converted with man2html