A bit more wordsmithing on the PQping documentation.
This commit is contained in:
parent
49cd8a3f81
commit
d53c1255d9
@ -1100,7 +1100,11 @@ PGPing PQpingParams(const char **keywords, const char **values, int expand_dbnam
|
|||||||
<term><literal>PQPING_NO_RESPONSE</literal></term>
|
<term><literal>PQPING_NO_RESPONSE</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The server could not be contacted.
|
The server could not be contacted. This might indicate that the
|
||||||
|
server is not running, or that there is something wrong with the
|
||||||
|
given connection parameters (for example, wrong port number), or
|
||||||
|
that there is a network connectivity problem (for example, a
|
||||||
|
firewall blocking the connection request).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1110,8 +1114,8 @@ PGPing PQpingParams(const char **keywords, const char **values, int expand_dbnam
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
No attempt was made to contact the server, because the supplied
|
No attempt was made to contact the server, because the supplied
|
||||||
parameters were incorrect or there was some client-side problem
|
parameters were obviously incorrect or there was some client-side
|
||||||
(for example, out of memory).
|
problem (for example, out of memory).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user