documentation for PGLOADBALANCEHOSTS environment variable in libpq
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: pgsql-docs@lists.postgresql.org
Date: 2023-04-20T15:49:06Z
Lists: pgsql-docs
Attachments
- v1-0001-doc-Add-documentation-for-PGLOADBALANCEHOSTS-envi.patch (text/plain) patch v1-0001
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 Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq.
- 0a16512d40a5 16.0 landed
-
Support connection load balancing in libpq
- 7f5b19817eaf 16.0 cited