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