1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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

Andreas Karlsson and Robert Haas
This commit is contained in:
Robert Haas
2016-03-11 08:04:01 -05:00
parent 481c76abf4
commit 69ab7b9d6c
2 changed files with 7 additions and 4 deletions

View File

@ -2119,8 +2119,9 @@ lo_import 152801
column name on the left and the data on the right. This mode is
useful if the data wouldn't fit on the screen in the
normal <quote>horizontal</quote> mode. In the auto setting, the
expanded mode is used whenever the query output is wider than the
screen, otherwise the regular mode is used. The auto setting is only
expanded mode is used whenever the query output has more than one
column and is wider than the screen; otherwise, the regular mode is
used. The auto setting is only
effective in the aligned and wrapped formats. In other formats, it
always behaves as if the expanded mode is off.
</para>