psql: Make \pset without arguments show all settings.

Robert Haas <rhaas@postgresql.org>

Commit: c64e68fd9f1132fec563fb5de53dc3bcccb5fc3b
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-10-03T19:18:02Z
Releases: 9.4.0
psql: Make \pset without arguments show all settings.

Gilles Darold, reviewed by Pavel Stehule

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +1 −4
src/bin/psql/command.c modified +175 −88
src/bin/psql/help.c modified +1 −1
src/test/regress/expected/psql.out modified +16 −0
src/test/regress/sql/psql.sql modified +3 −0