psql: Improve \pset without arguments

Peter Eisentraut <peter_e@gmx.net>

Commit: 48b2d88c10746257c77a8c4c2f645ccfc6bb0afe
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-10-19T02:01:22Z
Releases: 9.4.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 +136 −47
src/test/regress/expected/psql.out modified +16 −14