Contents
RESET
A utility command for setting a configuration parameter to its default value
RESET
is a utility command for setting a configuration parameter to its default value.
RESET
was added in PostgreSQL 6.1.
Usage
RESET
is functionally equivalent to SET ... TO DEFAULT
.
Change history
- PostgreSQL 7.2
RESET ALL
syntax added (commit 4ee76ad8)
- PostgreSQL 6.1
- added (initial commit 4b531912)
References
- PostgreSQL documentation: RESET
Categories
See also
SET, SHOW