diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml new file mode 100644 index d03ec40..323502b *** a/doc/src/sgml/libpq.sgml --- b/doc/src/sgml/libpq.sgml *************** PGPing PQping(const char *conninfo); *** 735,740 **** --- 735,750 ---- + + + While is it not strictly necessary to supply a correct user name, + password, or database name values to obtain the server status + from PQpingParams or PQping, not + passing in valid user name and database name values may result in + gratuitous FATAL messages in the logs. + + + Connection Strings