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

Commit 822d7b8

Browse files
author
Liudmila Mantrova
committed
DOC: style fixes after review for PGPRO-640
1 parent b3ee005 commit 822d7b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
919919
<literal>hostaddr</> corresponds to the first host name, the second
920920
<literal>hostaddr</> corresponds to the second host name, and so
921921
forth. As an exception, if only one <literal>port</literal> is specified,
922-
it applies to all the hosts. You can define the order in which to
923-
try to connect to the specified hosts using the
922+
it applies to all the hosts. You can define the order of choosing the
923+
hosts to connect to using the
924924
<xref linkend="libpq-connect-hostorder"> parameter.
925925
</para>
926926

@@ -1046,7 +1046,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
10461046
<term><literal>hostorder</literal></term>
10471047
<listitem>
10481048
<para>
1049-
Defines the order in which to try to connect to the hosts specified
1049+
Defines the order of connecting to the hosts specified
10501050
by the <xref linkend="libpq-connect-host"> parameter.
10511051
</para>
10521052
<para>
@@ -1057,8 +1057,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
10571057
<para>
10581058
If the value is <literal>random</literal>, the host to connect to
10591059
is randomly picked from the list. This setting can help you balance
1060-
the load between several cluster nodes instead of always trying to
1061-
connect to one of the first hosts in the list. You can also use the
1060+
the load between several cluster nodes instead of always connecting
1061+
to the first available host in the list. You can also use the
10621062
<xref linkend="libpq-connect-target-session-attrs"> parameter
10631063
to forbid read-only connections.
10641064
</para>

0 commit comments

Comments
 (0)