trailing whitespace in psql table output

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема trailing whitespace in psql table output
Дата
Msg-id 1285093687.5468.18.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: trailing whitespace in psql table output  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Re: trailing whitespace in psql table output  (Roger Leigh <rleigh@codelibre.net>)
Список pgsql-hackers
Everyone using git diff in color mode will already or soon be aware that
psql, for what I can only think is an implementation oversight, produces
trailing whitespace in the table headers, like this:

 two |     f1     $
-----+------------$
     | asdfghjkl;$
     | d34aaasdf$
(2 rows)$

($ is the line end; cf. cat -A).  Note that this only applies to
headers, not content cells.

Attached is a patch to fix that.


Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: moving development branch activity to new git repo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: moving development branch activity to new git repo