Thread: pgsql: Tweak psql to print row counts when \x auto chooses non-expanded

pgsql: Tweak psql to print row counts when \x auto chooses non-expanded

From
Robert Haas
Date:
Tweak psql to print row counts when \x auto chooses non-expanded output.

Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b7a84f2a45322b21b86eb180a869d1ed2937b85

Modified Files
--------------
src/bin/psql/command.c  |    6 ++--
src/bin/psql/describe.c |    9 ++++--
src/bin/psql/print.c    |   73 ++++++++++++++++++++++++++++++++--------------
src/bin/psql/print.h    |    2 +-
src/bin/psql/startup.c  |    2 +-
5 files changed, 62 insertions(+), 30 deletions(-)