SHOW

Synopsis

Use the SHOW statement to display the value of a run-time parameter.

Syntax

  1. show_stmt ::= SHOW { name | ALL }

show_stmt

SHOW - 图1

Semantics

  • Although the values of a parameter can be set, displayed, and reset, the effect of these parameters are not yet supported in Yugabyte. The factory-settings or default behaviors will be used for the moment.

configuration_parameter

Specify the name of the parameter to be displayed.

ALL

Show the values of all configuration parameters, with descriptions.

See also