SQL Reference Contents
show - show run-time parameters for session
show variable
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.
tgl=> show DateStyle;
NOTICE:DateStyle is Postgres
with US (NonEuropean) conventions
SHOW VARIABLE
tgl=> show GEQO;
NOTICE:GEQO
is ON
SHOW VARIABLE
pgbuiltin(3)
, reset(l)
, set(l)
.
TBD
Table of Contents