Re: Problem with displaying "wide" tables in psql

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Problem with displaying "wide" tables in psql
Дата
Msg-id CAM-w4HN1a+eo4nq9i290b0gKLsJsfucwT8i-KOas8Fki0Gv+5A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problem with displaying "wide" tables in psql  (Greg Stark <stark@mit.edu>)
Ответы Re: Problem with displaying "wide" tables in psql  (Sergey Muraviov <sergey.k.muraviov@gmail.com>)
Список pgsql-hackers
Ok, So I've hacked on this a bit. Below is a test case showing the
problems I've found.

1) It isn't using the "newline" and "wrap" indicators or dividing lines.

2) The header is not being displayed properly when it contains a newline.

I can hack in the newline and wrap indicators but the header
formatting requires reworking the logic a bit. The header and data
need to be stepped through in parallel rather than having a loop to
handle the wrapping within the handling of a single line. I don't
really have time for that today but if you can get to it that would be
fine,

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Partial match fix for fast scan