pgsql: psql: Improve \pset without arguments

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Improve \pset without arguments
Date: 2014-10-19 03:56:48
Message-ID: E1Xfhbs-0003tR-Vb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/48b2d88c10746257c77a8c4c2f645ccfc6bb0afe

Modified Files
--------------
src/bin/psql/command.c | 183 +++++++++++++++++++++++++++---------
src/test/regress/expected/psql.out | 30 +++---
2 files changed, 152 insertions(+), 61 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-10-19 04:46:19 pgsql: initdb: Fix compiler error in USE_PREFETCH case
Previous Message Peter Eisentraut 2014-10-19 01:38:59 pgsql: Allow setting effective_io_concurrency even on unsupported syste