SQL Reference Contents

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


Table of Contents