Thread: pgsql: Cause psql to report both the returned data and the command

pgsql: Cause psql to report both the returned data and the command

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Cause psql to report both the returned data and the command status tag
for INSERT/UPDATE/DELETE RETURNING.  Per discussion.

Modified Files:
--------------
    pgsql/src/bin/psql:
        common.c (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.123&r2=1.124)