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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cause psql to report both the returned data and the command
Date: 2006-08-13 21:10:05
Message-ID: 20060813211005.214549FB215@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-13 22:18:08 pgsql: Fix core dump in duration logging for a V3-protocol Execute
Previous Message James William Pye 2006-08-13 20:55:04 python - fe: Add a --pq-trace option for logging protocol communication.