Synopsis

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

Syntax

show_stmt ::= SHOW { name | ALL }

show_stmt

SHOWnameALL

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