Invalid idle_in_transaction_session_timeout data type

From: Alex <cdalxndr(at)yahoo(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Invalid idle_in_transaction_session_timeout data type
Date: 2021-03-11 10:48:21
Message-ID: 11783b8644ae5.7f3aa1e3b18b4@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-docs

Documentation https://www.postgresql.org/docs/13/runtime-config-client.html
<https://www.postgresql.org/docs/13/runtime-config-client.html>
shows that `idle_in_transaction_session_timeout` is integer, bug you can
set text values '30s' and `show idle_in_transaction_session_timeout`
returns `30s` not an integer.
Documentation should be updated to include this data field format.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2021-03-11 11:34:44 Re: BUG #16921: small memory leak
Previous Message Fujii Masao 2021-03-11 08:25:38 Re: BUG #16722: PG hanging on COPY when table has close to 2^32 toasts in the table.

Browse pgsql-docs by date

  From Date Subject
Next Message Julien Rouhaud 2021-03-11 12:00:26 Re: Invalid idle_in_transaction_session_timeout data type
Previous Message PG Doc comments form 2021-03-11 09:07:35 Missing mention of autovacuum_work_mem