We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afca7e commit b4f453fCopy full SHA for b4f453f
doc/src/sgml/func.sgml
@@ -28576,6 +28576,11 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres}
28576
use <literal>false</literal> instead. This function corresponds to
28577
the SQL command <xref linkend="sql-set"/>.
28578
</para>
28579
+ <para>
28580
+ <function>set_config</function> accepts the NULL value for
28581
+ <parameter>new_value</parameter>, but as settings cannot be null, it
28582
+ is interpreted as a request to reset the setting to its default value.
28583
+ </para>
28584
<para>
28585
<literal>set_config('log_statement_stats', 'off', false)</literal>
28586
<returnvalue>off</returnvalue>
0 commit comments