documentation for PGLOADBALANCEHOSTS environment variable in libpq

2023-04-20 Thread Fujii Masao
Hi, Commit 7f5b19817e introduced the PGLOADBALANCEHOSTS environment variable for connection load balancing in libpq. However, I found that documentation for this variable was missing. Attached patch adds documentation for PGLOADBALANCEHOSTS environment variable in libpq. Regards, -- Fujii Masa

Re: documentation for PGLOADBALANCEHOSTS environment variable in libpq

2023-04-20 Thread Jelte Fennema
Ah, yeah it seems I forgot to document that one. LGTM On Thu, 20 Apr 2023 at 17:49, Fujii Masao wrote: > > Hi, > > Commit 7f5b19817e introduced the PGLOADBALANCEHOSTS environment > variable for connection load balancing in libpq. However, I found that > documentation for this variable was missing

Information on setting the message level is too hard to find if you search for "debug"

2023-04-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/runtime-config-client.html Description: It took me a good bit of searching to find the page for remembering that client_min_messages was the variable for the debug level. I think my basic