pgsql: psql: Make \pset without arguments show all settings.

Lists: pgsql-committers
From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Make \pset without arguments show all settings.
Date: 2013-10-03 19:21:52
Message-ID: E1VRoTA-0000IP-4G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

psql: Make \pset without arguments show all settings.

Gilles Darold, reviewed by Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c64e68fd9f1132fec563fb5de53dc3bcccb5fc3b

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 5 +-
src/bin/psql/command.c | 263 ++++++++++++++++++++++++------------
src/bin/psql/help.c | 2 +-
src/test/regress/expected/psql.out | 16 +++
src/test/regress/sql/psql.sql | 3 +
5 files changed, 196 insertions(+), 93 deletions(-)