Hi I checked HEAD and border formatting is broken
postgres=# \pset border 3 Border style (border) is 3. postgres=# \l List of databases [ RECORD 1 ]-----+---------------------- | Name | postgres | | Owner | postgres | | Encoding | UTF8 | | Collate | en_US.UTF-8 | | Ctype | en_US.UTF-8 | | Access privileges | | [ RECORD 2 ]-----+---------------------- | Name | template0 | | Owner | postgres | | Encoding | UTF8 | | Collate | en_US.UTF-8 | | Ctype | en_US.UTF-8 | | Access privileges | =c/postgres +| | | postgres=CTc/postgres | [ RECORD 3 ]-----+---------------------- | Name | template1 | | Owner | postgres | | Encoding | UTF8 | | Collate | en_US.UTF-8 | | Ctype | en_US.UTF-8 | | Access privileges | =c/postgres +| | | postgres=CTc/postgres | -----------------+---------------------- postgres=# \pset linestyle unicode Line style (linestyle) is unicode. postgres=# \l List of databases [ RECORD 1 ]─────┬────────────────────── │ Name │ postgres │ │ Owner │ postgres │ │ Encoding │ UTF8 │ │ Collate │ en_US.UTF-8 │ │ Ctype │ en_US.UTF-8 │ │ Access privileges │ │ [ RECORD 2 ]─────┼────────────────────── │ Name │ template0 │ │ Owner │ postgres │ │ Encoding │ UTF8 │ │ Collate │ en_US.UTF-8 │ │ Ctype │ en_US.UTF-8 │ │ Access privileges │ =c/postgres ↵│ │ │ postgres=CTc/postgres │ [ RECORD 3 ]─────┼────────────────────── │ Name │ template1 │ │ Owner │ postgres │ │ Encoding │ UTF8 │ │ Collate │ en_US.UTF-8 │ │ Ctype │ en_US.UTF-8 │ │ Access privileges │ =c/postgres ↵│ │ │ postgres=CTc/postgres │ ─────────────────┴────────────────────── Probably not all Sergey's fixes was applied, when I tested it (9.4 with Sergey' fixes) it works without issues (I though) Regards Pavel