Updated on 2024-08-20 GMT+08:00
SHOW
Function
SHOW shows the current value of a run-time parameter.
Syntax
1 2 3 4 5 6 7 8 9 |
SHOW { [VARIABLES LIKE] configuration_parameter | CURRENT_SCHEMA | TIME ZONE | TRANSACTION ISOLATION LEVEL | SESSION AUTHORIZATION | ALL }; |
Parameter Description
See Parameters in RESET.
Examples
1 2 3 4 5 6 7 8 |
-- Show the value of timezone. gaussdb=# SHOW timezone; -- Show all parameters. gaussdb=# SHOW ALL; -- Show all parameters whose names contain var. gaussdb=# SHOW VARIABLES LIKE var; |
Parent topic: S
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot