pgsql: Cause psql to report both the returned data and the command - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Cause psql to report both the returned data and the command
Date
Msg-id 20060813211005.214549FB215@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Add a --pq-trace option for logging protocol communication.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix core dump in duration logging for a V3-protocol Execute