wrong formatting psql expanded mode short columns - Mailing list pgsql-hackers

From Pavel Stehule
Subject wrong formatting psql expanded mode short columns
Date
Msg-id CAFj8pRC+xBOjfufdaerg15nX2OuQzGH_NLbELMTEjSxE12Tw_w@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi

postgres=# select i, i from generate_series(1,5) g(i);
┌─[ RECORD 1 ]─┐
│ i │ 1 │
│ i │ 1 │
╞═[ RECORD 2 ]═╡
│ i │ 2 │
│ i │ 2 │
╞═[ RECORD 3 ]═╡
│ i │ 3 │
│ i │ 3 │
╞═[ RECORD 4 ]═╡
│ i │ 4 │
│ i │ 4 │
╞═[ RECORD 5 ]═╡
│ i │ 5 │
│ i │ 5 │
└───┴───┘


The last column need to be more wider

Regards

Pavel

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Disable installcheck tests for test_session_hooks
Next
From: Masahiko Sawada
Date:
Subject: Re: User defined data types in Logical Replication