@@ -1100,7 +1100,11 @@ PGPing PQpingParams(const char **keywords, const char **values, int expand_dbnam
1100
1100
<term><literal>PQPING_NO_RESPONSE</literal></term>
1101
1101
<listitem>
1102
1102
<para>
1103
- The server could not be contacted.
1103
+ The server could not be contacted. This might indicate that the
1104
+ server is not running, or that there is something wrong with the
1105
+ given connection parameters (for example, wrong port number), or
1106
+ that there is a network connectivity problem (for example, a
1107
+ firewall blocking the connection request).
1104
1108
</para>
1105
1109
</listitem>
1106
1110
</varlistentry>
@@ -1110,8 +1114,8 @@ PGPing PQpingParams(const char **keywords, const char **values, int expand_dbnam
1110
1114
<listitem>
1111
1115
<para>
1112
1116
No attempt was made to contact the server, because the supplied
1113
- parameters were incorrect or there was some client-side problem
1114
- (for example, out of memory).
1117
+ parameters wereobviously incorrect or there was some client-side
1118
+ problem (for example, out of memory).
1115
1119
</para>
1116
1120
</listitem>
1117
1121
</varlistentry>