printing table in asciidoc with psql

Поиск
Список
Период
Сортировка
От Szymon Guz
Тема printing table in asciidoc with psql
Дата
Msg-id CAFjNrYsppN=GbBuFw0kmk10uZczdqeax0vr3L6wOinmvEDibsg@mail.gmail.com
обсуждение исходный текст
Ответы Re: printing table in asciidoc with psql  (Emanuel Calvo <emanuel.calvo@2ndquadrant.com>)
Re: printing table in asciidoc with psql  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: printing table in asciidoc with psql  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Hi,
I've been working a little bit on a patch for printing tables in asciidoc with psql.

It's not finished yet, I'm not sure it there is any sense in supporting border types etc. The code is not cleared so far, but any remarks on the style not playing well with the normal postgres style of code are welcomed.

The code just works. With extended and normal modes. With table columns made of funny characters, with alignment of data in table cells. I was trying to implement it similar to the html export function, however escaping of the strings was much easier, as the normal html-way substitution is not easy to implement in asciidoc.

I'd like to ask you for any advices for this code.

thanks,
Szymon
Вложения

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

Предыдущее
От: Mingzhe Li
Дата:
Сообщение: New to PostGre SQL asking about write-ahead-log (WAL)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: jsonb format is pessimal for toast compression