Re: \x auto and EXPLAIN

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: \x auto and EXPLAIN
Дата
Msg-id CA+TgmoaEuFP7xvgi+vX=KdXcAfSO+txcCwtXNi7Hb0K_0mG2rA@mail.gmail.com
обсуждение исходный текст
Ответ на \x auto and EXPLAIN  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
On Sun, Jan 3, 2016 at 4:36 AM, Andreas Karlsson <andreas@proxel.se> wrote:
> psql's "\x auto" is a nice feature, but it is made much less useful in my
> opinion due to the expanded output format making query plans unreadable (and
> query plans often end up using expanded display due to their width). I think
> we should never use the expanded format for EXPLAIN output in the "\x auto"
> mode, since even when the wrapped format is used the query plans are very
> hard to read.
>
> I see two ways to fix this.
>
> 1) Never use expanded display for the case where there is only one column.
> There seems to me like there is little value in using expanded display for
> when you only have one column, but I may be missing some use case here.
>
> 2) Explicitly detect (for example based on the headers) that the result is a
> query plan and if so disable expanded display.
>
> I have attached a trivial patch for each solution.

Committed #1 after updating the comments and adding documentation.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied”
Следующее
От: Stas Kelvich
Дата:
Сообщение: Re: Tsvector editing functions