Re: is_local parameter on set_config function - Mailing list pgsql-docs

From Michael Paquier
Subject Re: is_local parameter on set_config function
Date
Msg-id YBOZp9M33/Z2fGu0@paquier.xyz
Whole thread Raw
In response to is_local parameter on set_config function  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: is_local parameter on set_config function  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
On Thu, Jan 28, 2021 at 11:32:42AM +0000, 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 equivalent to the LOCAL clause in the SET query:
https://www.postgresql.org/docs/9.5/sql-set.html
--
Michael

Attachment

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: is_local parameter on set_config function
Next
From: "David G. Johnston"
Date:
Subject: Re: is_local parameter on set_config function