psql: Improve expanded print output in tuples-only mode

Peter Eisentraut <peter_e@gmx.net>

Commit: 8ade58a4ea318d0ab8548ab94e49a3b80fdbeb0d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-02-09T05:11:58Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/bin/psql/print.c modified +2 −1