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

CentOS 2.1AS

(Slurm)

reset(l)


RESET

RESET

NAME
SYNOPSIS
DESCRIPTION
DIAGNOSTICS
EXAMPLES
COMPATIBILITY

NAME

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 values. Refer to SET [set(l)] for details. RESET is an alternate 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.



reset(l)