PQpingParams reports the status of the
server. It accepts connection parameters identical to those of
- PQconnectdbParams>, described above. It is not, however,
+ PQconnectdbParams>, described above. It is not
necessary to supply correct user name, password, or database name
- values to obtain the server status.
+ values to obtain the server status; however, if incorrect values
+ are provided, the server will log a failed connection attempt.
PGPing PQpingParams(const char * const *keywords,
PQping reports the status of the
server. It accepts connection parameters identical to those of
- PQconnectdb>, described above. It is not, however,
+ PQconnectdb>, described above. It is not
necessary to supply correct user name, password, or database name
- values to obtain the server status.
+ values to obtain the server status; however, if incorrect values
+ are provided, the server will log a failed connection attempt.
PGPing PQping(const char *conninfo);