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

Lists: pgsql-committers
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
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)