diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index e7ad066fe5..d03ec40e33 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -2469,7 +2469,8 @@ ExecStatusType PQresultStatus(const PGresult *res);
command that happens to retrieve zero rows still shows
PGRES_TUPLES_OK.
PGRES_COMMAND_OK is for commands that can never
- return rows (INSERT, UPDATE,
+ return rows (INSERT or UPDATE
+ without a RETURNING clause,
etc.). A response of PGRES_EMPTY_QUERY might
indicate a bug in the client software.