Re: Problem with displaying "wide" tables in psql

Поиск
Список
Период
Сортировка
От Sergey Muraviov
Тема Re: Problem with displaying "wide" tables in psql
Дата
Msg-id CAJTaR33PrOP5uoZa7JjfTEPjvEjwUTCuJFRBuwwOEnD-edyZJw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problem with displaying "wide" tables in psql  (Sergey Muraviov <sergey.k.muraviov@gmail.com>)
Ответы Re: Problem with displaying "wide" tables in psql  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
Hi.

I've done some corrections for printing "newline" and "wrap" indicators.
Please review the attached patch.


2014-04-11 0:14 GMT+04:00 Sergey Muraviov <sergey.k.muraviov@gmail.com>:
Hi.

Thanks for your tests.

I've fixed problem with headers, but got new one with data.
I'll try to solve it tomorrow.


2014-04-10 18:45 GMT+04:00 Greg Stark <stark@mit.edu>:

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,



--
Best regards,
Sergey Muraviov



--
Best regards,
Sergey Muraviov
Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: proposal: interprocess EXPLAIN PID
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: WIP patch (v2) for updatable security barrier views