Re: is_local parameter on set_config function

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: is_local parameter on set_config function
Date: 2021-01-29 05:14:15
Message-ID: YBOZp9M33/Z2fGu0@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2021-01-29 05:28:41 Re: is_local parameter on set_config function
Previous Message PG Doc comments form 2021-01-28 11:32:42 is_local parameter on set_config function