From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Roger Leigh <rleigh(at)codelibre(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Unicode UTF-8 table formatting for psql text output |
Date: | 2009-10-16 10:38:15 |
Message-ID: | 1255689495.16715.9.camel@fsopti579.F-Secure.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
(HTML mail to preserve formatting; let's see if it works.)
I like the new Unicode tables, but the marking of continuation lines
looks pretty horrible:
List of databases
Name │ Owner │ Encoding │ Collation │ Ctype │ Access
privileges
───────────────┼───────┼──────────┼───────────┼───────┼───────────────────
pl_regression │ peter │ LATIN2 │ cs_CZ │ cs_CZ │
postgres │ peter │ LATIN2 │ cs_CZ │ cs_CZ │
template0 │ peter │ LATIN2 │ cs_CZ │ cs_CZ │ =c/peter
╷ ╷ ╷ ╷ ╎ peter=CTc/peter
template1 │ peter │ LATIN2 │ cs_CZ │ cs_CZ │ =c/peter
╷ ╷ ╷ ╷ ╎ peter=CTc/peter
(4 rows)
This looks more like a rendering mistake than something sensible, and
also it doesn't actually help the viewer to tell what lines are
continued, which was the original purpose.
On a side note, I don't really understand why the access privileges need
to be broken up over multiple lines. There is plenty of space left on
the line.
Note that the above is close to a default setup, so that is what many
people will see by default from now on.
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2009-10-16 10:59:51 | Re: DELETE not seeing expected rows before COPY on 8.4.1 |
Previous Message | Heikki Linnakangas | 2009-10-16 09:37:10 | Re: Reworks for Access Control facilities (r2363) |