RESET
Description
Restores run-time parameters to their default values. The default values are parameter default values complied in the gaussdb.conf configuration file.
The current version does not support RESET configuration_parameter. Only RESET ALL is supported.
Precautions
- RESET ALL and SET have the same transaction behavior. Their impact will be rolled back.
- RESET ALL cannot be used to restore the default values of role and session authorization.
Syntax
RESET ALL;
Parameters
- ALL
Resets all settable run-time parameters to default values.
Examples
-- Set all parameters to their default values. m_db=# RESET ALL;
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot