@@ -892,7 +892,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
892
892
There can be more than one <literal>host</literal> parameter in
893
893
the connection string. In this case these hosts would be considered
894
894
alternate entries into same database and if connection to first one
895
- fails, the second would be attemped , and so on. This can be used
895
+ fails, the second would be attempted , and so on. This can be used
896
896
for high availability clusters or for load balancing. See the
897
897
<xref linkend="libpq-connect-hostorder"> parameter. This feature
898
898
works for TCP/IP host names only.
@@ -972,8 +972,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
972
972
specified in the <xref linkend="libpq-connect-host"> parameter.
973
973
</para>
974
974
<para>
975
- If the value of this argument is <literal>sequential</literal> (the
976
- default) connections to the hosts will be attempted in the order in
975
+ If the value of this argument is <literal>sequential</literal>
976
+ ( default), connections to the hosts will be attempted in the order in
977
977
which they are specified.
978
978
</para>
979
979
<para>
@@ -982,7 +982,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
982
982
several cluster nodes. However, PostgreSQL doesn't currently support
983
983
multimaster clusters. So, without the use of third-party products,
984
984
only read-only connections can take advantage from
985
- load-balancing. See <xref linkend="libpq-connect-target-server-type">
985
+ load-balancing. See <xref linkend="libpq-connect-target-server-type">.
986
986
</para>
987
987
</listitem>
988
988
</varlistentry>
@@ -1057,7 +1057,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
1057
1057
<term><literal>failover_timeout</literal></term>
1058
1058
<listitem>
1059
1059
<para>
1060
- Maximum time to cyclically retry all the hosts in the connection string.
1060
+ Maximum time to cyclically retry all the hosts in the connection string
1061
1061
(as decimal integer number of seconds). If not specified, then
1062
1062
hosts are tried just once.
1063
1063
</para>
0 commit comments