suggestion about statement_timeout

From: "yanliang lei" <msdnchina(at)163(dot)com>
To: "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: suggestion about statement_timeout
Date: 2024-09-01 03:36:44
Message-ID: 2275083f.e60.191aba8134a.Coremail.msdnchina@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

hi,
in the https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/connection-handling-best-practice-with-postgresql/ba-p/790883
there is the following description:
alter database dbnamehere set statement_timeout = 60000;

but the the https://www.postgresql.org/docs/current/runtime-config-client.html
where is no description that statement_timeout can be used at the database level

so,i suggestion:adding some description that statement_timeout can be used at the database level

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2024-09-01 03:48:33 Re: suggestion about statement_timeout
Previous Message David G. Johnston 2024-08-30 13:54:49 Re: intarray extension installation