Re: idle_session_timeout doc

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: tony(dot)capobianco(at)bcbsma(dot)com, Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: idle_session_timeout doc
Date: 2022-01-19 21:26:20
Message-ID: CAKFQuwY2dQbZ8yJe+ipiiNKi=6O4hhjDhquVO5dOCaon5UFUBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Jan 19, 2022 at 2:18 PM PG Doc comments form <noreply(at)postgresql(dot)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.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Capobianco, Tony 2022-01-19 22:27:36 RE: idle_session_timeout doc
Previous Message PG Doc comments form 2022-01-19 20:13:47 idle_session_timeout doc