psql: Improve \pset without arguments
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 19 Oct 2014 01:58:17 +0000 (21:58 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 19 Oct 2014 02:48:15 +0000 (22:48 -0400)
commit6895866510c5f4185f50ae7d6810d9ffd7701a9e
tree81879e330bded977490fb2b6cd946746f0d4feef
parent7feaccc21791d9d745bac013e5e0396bdde2d81c
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.
src/bin/psql/command.c
src/test/regress/expected/psql.out