File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -236,8 +236,9 @@ ALTER FUNCTION <replaceable>name</replaceable> ( [ [ <replaceable class="paramet
236
236
setting is removed, so that the function executes with the value
237
237
present in its environment. Use <literal>RESET
238
238
ALL</literal> to clear all function-local settings.
239
- <literal>SET FROM CURRENT</> saves the session's current value of
240
- the parameter as the value to be applied when the function is entered.
239
+ <literal>SET FROM CURRENT</> saves the value of the parameter that
240
+ is current when <command>ALTER FUNCTION</> is executed as the value
241
+ to be applied when the function is entered.
241
242
</para>
242
243
243
244
<para>
Original file line number Diff line number Diff line change @@ -448,8 +448,9 @@ CREATE [ OR REPLACE ] FUNCTION
448
448
The <literal>SET</> clause causes the specified configuration
449
449
parameter to be set to the specified value when the function is
450
450
entered, and then restored to its prior value when the function exits.
451
- <literal>SET FROM CURRENT</> saves the session's current value of
452
- the parameter as the value to be applied when the function is entered.
451
+ <literal>SET FROM CURRENT</> saves the value of the parameter that
452
+ is current when <command>CREATE FUNCTION</> is executed as the value
453
+ to be applied when the function is entered.
453
454
</para>
454
455
455
456
<para>
You can’t perform that action at this time.
0 commit comments