From: Fujii Masao Date: Fri, 21 Apr 2023 07:46:41 +0000 (+0900) Subject: doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq. X-Git-Tag: REL_16_BETA1~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a16512d40a58c5046c2ab4ca7eabb8393f31c18;p=thirdparty%2Fpostgresql.git doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq. Commit 7f5b19817e introduced the PGLOADBALANCEHOSTS environment variable for connection load balancing in libpq. However, documentation for this variable was missing. Author: Fujii Masao Reviewed-by: Jelte Fennema Discussion: https://postgr.es/m/e2b44cf7-aa16-e726-1d4a-a69508ebf6b9@oss.nttdata.com --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 27fe22de953..cce25d06e69 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -8307,6 +8307,16 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) linkend="libpq-connect-target-session-attrs"/> connection parameter. + + + + + PGLOADBALANCEHOSTS + + PGLOADBALANCEHOSTS behaves the same as the connection parameter. + +