Per discussion with David Johnston.
setting is removed, so that the function executes with the value
present in its environment. Use RESET
ALL to clear all function-local settings.
- SET FROM CURRENT> saves the session's current value of
- the parameter as the value to be applied when the function is entered.
+ SET FROM CURRENT> saves the value of the parameter that
+ is current when ALTER FUNCTION> is executed as the value
+ to be applied when the function is entered.
The SET> clause causes the specified configuration
parameter to be set to the specified value when the function is
entered, and then restored to its prior value when the function exits.
- SET FROM CURRENT> saves the session's current value of
- the parameter as the value to be applied when the function is entered.
+ SET FROM CURRENT> saves the value of the parameter that
+ is current when CREATE FUNCTION> is executed as the value
+ to be applied when the function is entered.