Re: [patch] Proposal for \rotate in psql

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [patch] Proposal for \rotate in psql
Дата
Msg-id CAFj8pRDkjrS4fRirs_=FLiXvBz8K8im+LvWdZ=z+v_Xz+N1=LA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [patch] Proposal for \rotate in psql  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-hackers



You're suggesting a [d] choice, subdividing the horizontal headers.
It seems to me like a pretty radical change, multiplying the number
of columns, and it has also the potential to give poor results visually.
Let's see if more feedback comes.

yes, I know, plan @d needs lot of new code - and described feature is from "nice to have" kind.

The prerequisite is enhancing drawing system in psql to support multiattribute (records) cells  - what can be nice feature generally.

Some like:

id  |    C1      |     C2    |
    +---+----+---+---+---+---+
    |A1 | A2 |A3 |A4 |A5 |A6 |
====+===+====+===+===+===+===+
    |   |    |   |   |   |   |

Without this possibility plan @d is impossible.

Regards

Pavel
 

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Reducing ClogControlLock contention
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TABLESAMPLE patch is really in pretty sad shape