[GENERAL] Long wrapped header lines in psql with expanded mode (9.6.3)

2017-07-13 Thread Simon Ruderich
Hello, I'm using the following minimal ~/.psqlrc: \pset expanded on Now when I select rows from a table which are too long to fit the screen then I get this output: simon=> table test; -[ RECORD 1 ]--- -

Re: [GENERAL] Long wrapped header lines in psql with expanded mode (9.6.3)

2017-07-13 Thread Simon Ruderich
On Thu, Jul 13, 2017 at 04:05:43PM +0200, Pavel Stehule wrote: > what about \pset format wrapped I prefer the extended format which I find more pleasant to read. I'm just curious if this expected behavior or a bug / weird effect of my setup. If it's considered a bug I'd by willing to try to come