HomeMogDBMogDB StackUqbar
v2.0

Documentation:v2.0

Supported Versions:

SHOW

Function

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

Precautions

None

Syntax

Show ::= SHOW
  {
    configuration_parameter |
    CURRENT_SCHEMA |
    TIME ZONE |
    TRANSACTION ISOLATION LEVEL |
    SESSION AUTHORIZATION |
    ALL
  };

Parameter Description

See Parameter Description in RESET.

Examples

-- Show the value of timezone.
mogdb=# SHOW timezone;

-- Show all parameters.
mogdb=# SHOW ALL;
Copyright © 2011-2024 www.enmotech.com All rights reserved.