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 5.2

(Apollo)

show(l)


SHOW

SHOW

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO
BUGS

NAME

show - show run-time parameters for session

SYNOPSIS

show variable

DESCRIPTION

Show will display the current configuration parameters for variable during a session.

The session can be configured using set(l), and values can be restored to the defaults using reset(l). Parameters and values are case-insensitive.

See set(l) for more information on available variables.

EXAMPLES

tgl=> show DateStyle;
NOTICE:DateStyle is Postgres with US (NonEuropean) conventions
SHOW VARIABLE
tgl=> show GEQO;
NOTICE:GEQO is ON
SHOW VARIABLE

SEE ALSO

pgbuiltin(3), reset(l), set(l).

BUGS

TBD



show(l)