@@ -24593,8 +24593,9 @@ SELECT collation for ('foo' COLLATE "de_DE");
24593
24593
setting <parameter>setting_name</parameter>. If there is no such
24594
24594
setting, <function>current_setting</function> throws an error
24595
24595
unless <parameter>missing_ok</parameter> is supplied and
24596
- is <literal>true</literal>. This function corresponds to
24597
- the <acronym>SQL</acronym> command <command>SHOW</command>.
24596
+ is <literal>true</literal> (in which case NULL is returned).
24597
+ This function corresponds to
24598
+ the <acronym>SQL</acronym> command <xref linkend="sql-show"/>.
24598
24599
</para>
24599
24600
<para>
24600
24601
<literal>current_setting('datestyle')</literal>
@@ -24617,10 +24618,10 @@ SELECT collation for ('foo' COLLATE "de_DE");
24617
24618
Sets the parameter <parameter>setting_name</parameter>
24618
24619
to <parameter>new_value</parameter>, and returns that value.
24619
24620
If <parameter>is_local</parameter> is <literal>true</literal>, the new
24620
- value will only apply for the current transaction. If you want the new
24621
- value to apply for the current session, use <literal>false</literal>
24622
- instead. This function corresponds to the SQL
24623
- command <command>SET</command >.
24621
+ value will only apply during the current transaction. If you want the
24622
+ new value to apply for the rest of the current session,
24623
+ use <literal>false</literal> instead. This function corresponds to
24624
+ the SQL command <xref linkend="sql-set"/ >.
24624
24625
</para>
24625
24626
<para>
24626
24627
<literal>set_config('log_statement_stats', 'off', false)</literal>
0 commit comments