]> granicus.if.org Git - postgresql/commit
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:01:22 +0000 (22:01 -0400)
commit48b2d88c10746257c77a8c4c2f645ccfc6bb0afe
treee336eed6569b388e767a2b571f3f4de3e67d1ce5
parent5c8758e6ed54ff9e2c5ec72af619bbd52578659c
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