diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -28577,6 +28577,11 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} the SQL command <xref linkend="sql-set"/>. </para> <para> + <function>set_config</function> accepts the NULL value for + <parameter>new_value</parameter>, but as settings cannot be null, it + is interpreted as a request to reset the setting to its default value. + </para> + <para> <literal>set_config('log_statement_stats', 'off', false)</literal> <returnvalue>off</returnvalue> </para></entry> |