pgsql: psql: Improve expanded print output in tuples-only mode

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Improve expanded print output in tuples-only mode
Date: 2013-02-09 05:24:00
Message-ID: E1U42uu-0004sH-SP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

psql: Improve expanded print output in tuples-only mode

When there are zero result rows, in expanded mode, "(No rows)" is
printed. So far, there was no way to turn this off. Now, when
tuples-only mode is turned on, nothing is printed in this case.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8ade58a4ea318d0ab8548ab94e49a3b80fdbeb0d

Modified Files
--------------
src/bin/psql/print.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Erik Rijkers 2013-02-09 08:20:35 Re: pgsql: psql: Improve expanded print output in tuples-only mode
Previous Message Tom Lane 2013-02-09 04:58:57 pgsql: Add support for ALTER RULE ... RENAME TO.

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2013-02-09 05:28:09 Re: Too frequent checkpoints ?
Previous Message Tom Lane 2013-02-09 05:09:43 Re: missing rename support