Re: is_local parameter on set_config function

2021-01-29 Thread Tom Lane
"David G. Johnston" writes: > On Thu, Jan 28, 2021 at 10:14 PM Michael Paquier > wrote: >> This is equivalent to the LOCAL clause in the SET query: >> https://www.postgresql.org/docs/9.5/sql-set.html > Specifically, the hyperlink link to the SET command in that section is > expected to be refere

Re: is_local parameter on set_config function

2021-01-28 Thread David G. Johnston
On Thu, Jan 28, 2021 at 10:14 PM Michael Paquier wrote: > On Thu, Jan 28, 2021 at 11:32:42AM +, PG Doc comments form wrote: > > I have just used the set_config(...) function for the first time and it > took > > me a bit of experimenting to understand the effect of the is_local > > parameter.

Re: is_local parameter on set_config function

2021-01-28 Thread Michael Paquier
On Thu, Jan 28, 2021 at 11:32:42AM +, PG Doc comments form wrote: > I have just used the set_config(...) function for the first time and it took > me a bit of experimenting to understand the effect of the is_local > parameter. My suggestion would be to add a bit of explanation on that. This is

is_local parameter on set_config function

2021-01-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/config-setting.html Description: Hello, I have just used the set_config(...) function for the first time and it took me a bit of experimenting to understand the effect of the is_local pa