SHOW
Function
SHOW shows the current value of a run-time parameter.
Precautions
None
Syntax
1 2 3 4 5 6 7 8 9 | SHOW
{
configuration_parameter |
CURRENT_SCHEMA |
TIME ZONE |
TRANSACTION ISOLATION LEVEL |
SESSION AUTHORIZATION |
ALL
};
|
Parameter description
See Parameter Description in RESET.
Examples
1 2 3 4 5 | -- Show the value of timezone:
SHOW timezone;
-- Show all parameters:
SHOW ALL;
|
Last Article: SET SESSION AUTHORIZATION
Next Article: TRUNCATE
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.