Re: Adding Markodwn formatting to psql output

2018-06-23 Thread Vik Fearing
On 23/06/18 17:01, Alvaro Herrera wrote: > On 2018-Jun-23, Bruce Momjian wrote: > >> On Tue, May 29, 2018 at 06:47:54PM +0200, Lætitia Avrot wrote: >>> >>> I will try to apply and review the patch. >> >> Uh, no one mentioned in this thread that psql has supported asciidoc >> since PG 9.5. > > I w

Re: Adding Markodwn formatting to psql output

2018-06-23 Thread Alvaro Herrera
On 2018-Jun-23, Bruce Momjian wrote: > On Tue, May 29, 2018 at 06:47:54PM +0200, Lætitia Avrot wrote: > > > > > > Le mar. 29 mai 2018 à 17:28, Euler Taveira a écrit : > > > > 2018-05-29 12:11 GMT-03:00 Lætitia Avrot : > > > I write often documents for my customers in MarkDown to produc

Re: Adding Markodwn formatting to psql output

2018-06-23 Thread Bruce Momjian
On Tue, May 29, 2018 at 06:47:54PM +0200, Lætitia Avrot wrote: > > > Le mar. 29 mai 2018 à 17:28, Euler Taveira a écrit : > > 2018-05-29 12:11 GMT-03:00 Lætitia Avrot : > > I write often documents for my customers in MarkDown to produce pdf > > documents. Quite often, I need to pres

Re: Adding Markodwn formatting to psql output

2018-05-29 Thread Lætitia Avrot
Le mar. 29 mai 2018 à 17:28, Euler Taveira a écrit : > 2018-05-29 12:11 GMT-03:00 Lætitia Avrot : > > I write often documents for my customers in MarkDown to produce pdf > > documents. Quite often, I need to present data from queries in a tabular > > form. > > > > https://www.postgresql.org/messa

Re: Adding Markodwn formatting to psql output

2018-05-29 Thread Euler Taveira
2018-05-29 12:11 GMT-03:00 Lætitia Avrot : > I write often documents for my customers in MarkDown to produce pdf > documents. Quite often, I need to present data from queries in a tabular > form. > https://www.postgresql.org/message-id/flat/CAAYBy8YU4pXYKDHeQhsA_=FC93yOBZp5j1h=bssao9-olcw...@mail.g

Adding Markodwn formatting to psql output

2018-05-29 Thread Lætitia Avrot
Hi, I write often documents for my customers in MarkDown to produce pdf documents. Quite often, I need to present data from queries in a tabular form. Psql output provides formatting in text (aligned and unaligned), HTML, latex, JSON (and so many more) but not in MarkDown. The aligned output is q