Re: new unicode table border styles for psql
От | Szymon Guz |
---|---|
Тема | Re: new unicode table border styles for psql |
Дата | |
Msg-id | CAFjNrYszSmViE6ETJw95Lj1KUxu-jMc6FKGjjo3TL5_RSP_Pcw@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: new unicode table border styles for psql (Szymon Guz <mabewlun@gmail.com>) |
Ответы |
Re: new unicode table border styles for psql
Re: new unicode table border styles for psql |
Список | pgsql-hackers |
On 21 November 2013 21:15, Szymon Guz <mabewlun@gmail.com> wrote:
On 21 November 2013 20:20, Pavel Stehule <pavel.stehule@gmail.com> wrote:PavelRegardsSo here is patch for 9.47 new line styles, 2 new border styles, \pset border autocomplete2013/11/21 Szymon Guz <mabewlun@gmail.com>On 21 November 2013 08:09, Pavel Stehule <pavel.stehule@gmail.com> wrote:RegardsThis patch is simply and I am think so some styles can be interesting for final presentation.Do you think so this feature is generally interesting and should be in core?
PavelYES!- SzymonThat's pretty cool, I'd love to see it in the core, however it doesn't contain any documentation, so I'm afraid it will be hard to use for people.thanks,Szymon
Hi Pavel,
I've found two errors in the documentation at http://postgres.cz/wiki/Pretty_borders_in_psql
1)
The unicode-double5 style looks like:
x=# select * from t;
┌───┬───┬───┐
│ a │ b │ t │
╞═══╪═══╪═══╡
│ 1 │ 1 │ a │
├───┼───┼───┤
│ 2 │ 2 │ b │
├───┼───┼───┤
│ 3 │ 3 │ c │
└───┴───┴───┘
(3 rows)
(There are horizontal lines between rows)
2) There is no unicode-double6 in psql, however it exists on the website.
regards,
Szymon
В списке pgsql-hackers по дате отправления: