diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml new file mode 100644 index 255c5c1..a6a179e *** a/doc/src/sgml/libpq.sgml --- b/doc/src/sgml/libpq.sgml *************** ExecStatusType PQresultStatus(const PGre *** 2445,2451 **** 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, etc.). A response of PGRES_EMPTY_QUERY might indicate a bug in the client software. --- 2445,2452 ---- command that happens to retrieve zero rows still shows PGRES_TUPLES_OK. PGRES_COMMAND_OK is for commands that can never ! return rows (INSERT or UPDATE ! without a RETURNING clause, etc.). A response of PGRES_EMPTY_QUERY might indicate a bug in the client software.