8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a14bc commit fb19729Copy full SHA for fb19729
doc/src/sgml/libpq.sgml
@@ -2469,7 +2469,8 @@ ExecStatusType PQresultStatus(const PGresult *res);
2469
command that happens to retrieve zero rows still shows
2470
<literal>PGRES_TUPLES_OK</literal>.
2471
<literal>PGRES_COMMAND_OK</literal> is for commands that can never
2472
- return rows (<command>INSERT</command>, <command>UPDATE</command>,
+ return rows (<command>INSERT</command> or <command>UPDATE</command>
2473
+ without a <literal>RETURNING</literal> clause,
2474
etc.). A response of <literal>PGRES_EMPTY_QUERY</literal> might
2475
indicate a bug in the client software.
2476
</para>
0 commit comments