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)
Список
Дерево обсуждения
explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Robert Haas <robertmhaas@gmail.com>
Re: explain output infelicity in psql Pavel Stehule <pavel.stehule@gmail.com>
Re: explain output infelicity in psql Alvaro Herrera <alvherre@commandprompt.com>
Re: explain output infelicity in psql Roger Leigh <rleigh@codelibre.net>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Ron Mayer <rm_pg@cheapcomplexdevices.com>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Tom Lane <tgl@sss.pgh.pa.us>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Tom Lane <tgl@sss.pgh.pa.us>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Tom Lane <tgl@sss.pgh.pa.us>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Bruce Momjian <bruce@momjian.us>
Re: explain output infelicity in psql Robert Haas <robertmhaas@gmail.com>
Re: explain output infelicity in psql Peter Eisentraut <peter_e@gmx.net>
Re: explain output infelicity in psql Tom Lane <tgl@sss.pgh.pa.us>
Re: explain output infelicity in psql Tom Lane <tgl@sss.pgh.pa.us>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Robert Haas <robertmhaas@gmail.com>
Re: explain output infelicity in psql Ron Mayer <rm_pg@cheapcomplexdevices.com>
Re: explain output infelicity in psql "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: explain output infelicity in psql Robert Haas <robertmhaas@gmail.com>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Re: explain output infelicity in psql Robert Haas <robertmhaas@gmail.com>
Re: explain output infelicity in psql "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: explain output infelicity in psql Andrew Dunstan <andrew@dunslane.net>
Andrew Dunstan 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 по дате отправления