Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

reset(l)


RESET

RESET

NAME
SYNOPSIS
DESCRIPTION
USAGE
COMPATIBILITY

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.



reset(l)