Re: Invalid idle_in_transaction_session_timeout data type

2021-03-11 Thread Vik Fearing
On 3/12/21 2:50 AM, Tom Lane wrote: > Alex writes: >> The following changes would make docs clear: >> work_mem (numeric with memory unit) >> statement_timeout (numeric with time unit) > > I'm not sure about "clear", but I am sure that'd be inaccurate. > We have integer GUCs and float8 GUCs, but n

Re: Invalid idle_in_transaction_session_timeout data type

2021-03-11 Thread Tom Lane
Alex writes: > The following changes would make docs clear: > work_mem (numeric with memory unit) > statement_timeout (numeric with time unit) I'm not sure about "clear", but I am sure that'd be inaccurate. We have integer GUCs and float8 GUCs, but no numeric GUCs. I do not see a useful purpose i

Re: Invalid idle_in_transaction_session_timeout data type

2021-03-11 Thread Alex
The following changes would make docs clear: work_mem (numeric with memory unit) statement_timeout (numeric with time unit) ,where "numeric with memory unit" and "numeric with time unit" are links that point to "https://www.postgresql.org/docs/current/config-setting.html"; Tom Lane wrote: [ redire

Re: Invalid idle_in_transaction_session_timeout data type

2021-03-11 Thread Tom Lane
[ redirecting to pgsql-docs ] Alex writes: > In my opinion, it would be more clear if "Numeric with Unit" would be > specified on that property documentation, so that I can search more about > what that means (eventually a link pointing to details). > I saw "(integer)" so I assumed `show idle_in_

Missing mention of autovacuum_work_mem

2021-03-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/progress-reporting.html Description: The "vacuuming indexes" documentation has: "If a table has any indexes, this will happen at least once per vacuum, after the heap has been completely