The manual Page
Version française
   
index | glossary | news | downloads | links ]
  man pages
section 1
section 2
section 3
section 4
section 5
section 6
section 7
section 8
section 9
section l
section n
section o
 
news
glossary
links
downloads
 
credits
contact
 
 
search
 
last update
19/02/2003
Valid HTML 4.0!
Valid CSS!
Hit-Parade
Mesurez votre audience


  reset(l)
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

printable format printable format



Copyright © 2000-2002 themanualpage.org - This site is submissive to the terms of the GNU GPL and FDL licences.