Re: is_local parameter on set_config function

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: joao.miguel.c.ferreira@gmail.com, pgsql-docs@lists.postgresql.org
Date: 2021-01-29T05:14:15Z
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

Commits

  1. Doc: improve cross-references for SET/SHOW.