pgsql: psql: Improve \pset without arguments - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Improve \pset without arguments
Date
Msg-id E1Xfhbs-0003tQ-VV@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6895866510c5f4185f50ae7d6810d9ffd7701a9e

Modified Files
--------------
src/bin/psql/command.c             |  189 +++++++++++++++++++++++++++---------
src/test/regress/expected/psql.out |   36 +++----
2 files changed, 161 insertions(+), 64 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow setting effective_io_concurrency even on unsupported syste
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Improve \pset without arguments