psql: Improve expanded print output in tuples-only mode
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 9 Feb 2013 04:39:22 +0000 (23:39 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 9 Feb 2013 05:11:58 +0000 (00:11 -0500)
commit8ade58a4ea318d0ab8548ab94e49a3b80fdbeb0d
treec81c3af07716fc32cd073e8aa158ab354535d71f
parentc61e26ee3e447c0277c6c4e5a8a452dbefdc502d
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.
src/bin/psql/print.c