Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a16512

Browse files
committed
doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq.
Commit 7f5b198 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
1 parent 84e05be commit 0a16512

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8307,6 +8307,16 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
83078307
linkend="libpq-connect-target-session-attrs"/> connection parameter.
83088308
</para>
83098309
</listitem>
8310+
8311+
<listitem>
8312+
<para>
8313+
<indexterm>
8314+
<primary><envar>PGLOADBALANCEHOSTS</envar></primary>
8315+
</indexterm>
8316+
<envar>PGLOADBALANCEHOSTS</envar> behaves the same as the <xref
8317+
linkend="libpq-connect-load-balance-hosts"/> connection parameter.
8318+
</para>
8319+
</listitem>
83108320
</itemizedlist>
83118321
</para>
83128322

0 commit comments

Comments
 (0)