psql: Improve \pset without arguments

Peter Eisentraut <peter_e@gmx.net>

Commit: 6895866510c5f4185f50ae7d6810d9ffd7701a9e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-10-19T02:48:15Z
Releases: 9.5.0
psql: Improve \pset without arguments

Revert the output of the individual backslash commands that change print
settings back to the 9.3 way (not showing the command name in
parentheses).  Implement \pset without arguments separately, showing all
settings with values in a table form.

Files

PathChange+/−
src/bin/psql/command.c modified +142 −47
src/test/regress/expected/psql.out modified +19 −17