doc/user/content/sql/show.md
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_pathtime zone: an alias for timezone{{% include-headless "/headless/configuration-parameters" %}}
SHOW cluster;
cluster
---------
quickstart
SHOW transaction_isolation;
transaction_isolation
-----------------------
strict serializable