Re: explain output infelicity in psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: explain output infelicity in psql
Дата
Msg-id 25216.1260465838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: explain output infelicity in psql  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: explain output infelicity in psql  (Andrew Dunstan <andrew@dunslane.net>)
Re: explain output infelicity in psql  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Yeah, I'm thinking we should probably suppress output of format.nl_right 
> (no matter what the format) where there is only one column. (This is 
> even uglier with unicode linestyle, btw). That's a sane rule and it's 
> not an ugly hack.

Yes it is.  The real problem here is expecting the tabular format to be
copy and pasteable, which is not a design goal it's ever had, and not
one that we can start imposing on it at this late date.  Why don't you
just do "\pset format unaligned" (or "\a" if you're lazy)?
        regards, tom lane


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: explain output infelicity in psql
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: explain output infelicity in psql