diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9f531e23283..0224f93733d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -28576,6 +28576,11 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} use false instead. This function corresponds to the SQL command . + + set_config accepts the NULL value for + new_value, but as settings cannot be null, it + is interpreted as a request to reset the setting to its default value. + set_config('log_statement_stats', 'off', false) off