SHOW

Function

SHOW shows the current value of a run-time parameter.

Precautions

None

Syntax

1
2
3
4
5
6
7
8
9
SHOW 
  { 
    configuration_parameter | 
    CURRENT_SCHEMA | 
    TIME ZONE | 
    TRANSACTION ISOLATION LEVEL | 
    SESSION AUTHORIZATION | 
    ALL 
  };

Parameter description

See Parameter Description in RESET.

Examples

1
2
3
4
5
-- Show the value of timezone:
SHOW timezone;

-- Show all parameters:
SHOW ALL;

Helpful Links

SET, RESET