Re: printing table in asciidoc with psql - Mailing list pgsql-hackers

From Szymon Guz
Subject Re: printing table in asciidoc with psql
Date
Msg-id CAFjNrYsxPmNcFZkVhLqTFsYbHXbRAHsgqg=BsZqVjz2UStf1cQ@mail.gmail.com
Whole thread
In response to Re: printing table in asciidoc with psql  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: printing table in asciidoc with psql
List pgsql-hackers


On 17 September 2014 19:30, Peter Eisentraut <peter_e@gmx.net> wrote:
On 9/16/14 3:52 PM, Szymon Guz wrote:
> It's not finished yet, I'm not sure it there is any sense in supporting
> border types etc.

AFAICT, Asciidoc doesn't support border types, so (if so) you should
just ignore that setting.

Too late, I've done something like this:

border=0
[frame="none",grid="none"]

border=1
[frame="all",grid="none"]

border=2
[frame="all",grid="all"]

thanks,
Szymon

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [Windows,PATCH] Use faster, higher precision timer API
Next
From: Peter Geoghegan
Date:
Subject: Re: Collations and Replication; Next Steps