YMatrix
Quick Start
Cluster Deployment
Data Model
Data Writing
Data Query
SQL Reference
Maintenance and Monitoring
Tool Guide
Troubleshooting
Restores the value of the system configuration parameter to the default value.
RESET configuration_parameter
RESET ALL
RESET restores the system configuration parameters to their default values. RESET is an alternative writing method for SET configuration_parameter TO DEFAULT.
The default value is defined as the value that this parameter will have when it is not issued a SET for it in the current session. The actual source of this value may be the compiled default value, the main postgresql.conf configuration file, command line options, or the default settings per database or per user.
configuration_parameter
ALL
Set the statement_mem configuration parameter to its default value:
RESET statement_mem;
RESET is a YMatrix database extension.