On Wed, Jan 19, 2022 at 2:18 PM PG Doc comments form <nore...@postgresql.org> wrote:
> The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/runtime-config-client.html > Description: > > Is there a way to alter users idle_session_timeout setting? My > understanding is that it's a global setting. The last sentence indicates > you can apply an idle session timeout to particular users: > > https://www.postgresql.org/docs/current/runtime-config.html Note in particular the ways of doing this via SQL. Settings are best considered session-local with the initial value for a setting in a session determined as described in the docs. David J.