psql: Improve expanded print output in tuples-only mode
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/print.c | modified | +2 −1 |