title: "SHOW" description: "Display the value of a configuration parameter." menu: main:
parent: 'commands'
SHOW
displays the value of either a specified configuration parameter or all
configuration parameters.
SHOW [ <name> | ALL ]
There are a few configuration parameters that act as aliases for other configuration parameters.
schema
: an alias for showing the first resolvable schema in search_path
time zone
: an alias for timezone
{{% configuration-parameters %}}
SHOW cluster;
cluster
---------
quickstart
SHOW transaction_isolation;
transaction_isolation
-----------------------
strict serializable