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
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
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