mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.
Per discussion with David Johnston.
This commit is contained in:
parent
67c08c0d70
commit
e775d35317
@ -259,8 +259,9 @@ ALTER FUNCTION <replaceable>name</replaceable> ( [ [ <replaceable class="paramet
|
|||||||
setting is removed, so that the function executes with the value
|
setting is removed, so that the function executes with the value
|
||||||
present in its environment. Use <literal>RESET
|
present in its environment. Use <literal>RESET
|
||||||
ALL</literal> to clear all function-local settings.
|
ALL</literal> to clear all function-local settings.
|
||||||
<literal>SET FROM CURRENT</> saves the session's current value of
|
<literal>SET FROM CURRENT</> saves the value of the parameter that
|
||||||
the parameter as the value to be applied when the function is entered.
|
is current when <command>ALTER FUNCTION</> is executed as the value
|
||||||
|
to be applied when the function is entered.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -486,8 +486,9 @@ CREATE [ OR REPLACE ] FUNCTION
|
|||||||
The <literal>SET</> clause causes the specified configuration
|
The <literal>SET</> clause causes the specified configuration
|
||||||
parameter to be set to the specified value when the function is
|
parameter to be set to the specified value when the function is
|
||||||
entered, and then restored to its prior value when the function exits.
|
entered, and then restored to its prior value when the function exits.
|
||||||
<literal>SET FROM CURRENT</> saves the session's current value of
|
<literal>SET FROM CURRENT</> saves the value of the parameter that
|
||||||
the parameter as the value to be applied when the function is entered.
|
is current when <command>CREATE FUNCTION</> is executed as the value
|
||||||
|
to be applied when the function is entered.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user