pgsql: psql: Don't automatically use expanded format when there's 1 col

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Don't automatically use expanded format when there's 1 col
Date: 2016-03-11 13:05:27
Message-ID: E1aeMkx-0008Sw-Vj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Don't automatically use expanded format when there's 1 column.

Andreas Karlsson and Robert Haas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/69ab7b9d6c9b9e1d782ffad6e440a3615c63f621

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 5 +++--
src/bin/psql/print.c | 6 ++++--
2 files changed, 7 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-03-11 14:11:13 pgsql: Allow setting sample ratio for auto_explain
Previous Message Robert Haas 2016-03-11 12:39:48 pgsql: Fix a typo, and remove unnecessary pgstat_report_wait_end().