@@ -648,9 +648,10 @@ PostgresPollingStatusType PQresetPoll(PGconn *conn);
648
648
<para>
649
649
<function>PQpingParams</function> reports the status of the
650
650
server. It accepts connection parameters identical to those of
651
- <function>PQconnectdbParams</>, described above. It is not, however,
651
+ <function>PQconnectdbParams</>, described above. It is not
652
652
necessary to supply correct user name, password, or database name
653
- values to obtain the server status.
653
+ values to obtain the server status; however, if incorrect values
654
+ are provided, the server will log a failed connection attempt.
654
655
655
656
<synopsis>
656
657
PGPing PQpingParams(const char * const *keywords,
@@ -716,9 +717,10 @@ PGPing PQpingParams(const char * const *keywords,
716
717
<para>
717
718
<function>PQping</function> reports the status of the
718
719
server. It accepts connection parameters identical to those of
719
- <function>PQconnectdb</>, described above. It is not, however,
720
+ <function>PQconnectdb</>, described above. It is not
720
721
necessary to supply correct user name, password, or database name
721
- values to obtain the server status.
722
+ values to obtain the server status; however, if incorrect values
723
+ are provided, the server will log a failed connection attempt.
722
724
723
725
<synopsis>
724
726
PGPing PQping(const char *conninfo);