@@ -892,7 +892,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
892892 There can be more than one <literal>host</literal> parameter in
893893 the connection string. In this case these hosts would be considered
894894 alternate entries into same database and if connection to first one
895- fails, the second would beattemped , and so on. This can be used
895+ fails, the second would beattempted , and so on. This can be used
896896 for high availability clusters or for load balancing. See the
897897 <xref linkend="libpq-connect-hostorder"> parameter. This feature
898898 works for TCP/IP host names only.
@@ -972,8 +972,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
972972 specified in the <xref linkend="libpq-connect-host"> parameter.
973973 </para>
974974 <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
977977 which they are specified.
978978 </para>
979979 <para>
@@ -982,7 +982,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
982982 several cluster nodes. However, PostgreSQL doesn't currently support
983983 multimaster clusters. So, without the use of third-party products,
984984 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">.
986986 </para>
987987 </listitem>
988988 </varlistentry>
@@ -1057,7 +1057,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
10571057 <term><literal>failover_timeout</literal></term>
10581058 <listitem>
10591059 <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
10611061 (as decimal integer number of seconds). If not specified, then
10621062 hosts are tried just once.
10631063 </para>