psql: Make \pset without arguments show all settings.
Robert Haas <rhaas@postgresql.org>
psql: Make \pset without arguments show all settings. Gilles Darold, reviewed by Pavel Stehule
Files
| Path | Change | +/− |
|---|---|---|
| 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 |