9.5Beta1 psql wrapped format expanded output - Mailing list pgsql-hackers

From Jeff Janes
Subject 9.5Beta1 psql wrapped format expanded output
Date
Msg-id CAMkU=1wtwDQW4ZDaZb=_FKUar=Y0A_KZ8j8vesdx_cD87N4Aag@mail.gmail.com
Whole thread Raw
Responses Re: 9.5Beta1 psql wrapped format expanded output  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
When I use psql with wrapped format with expanded output, I get the
period that is supposed to be at the end of the line being at the
beginning of the next line.

Can anyone else verify this?  I want to verify it is not some local
issue before looking into it too far.

I've made the screen absurdly small before running and capturing this,
so the email program wouldn't try to re-wrap the lines.

echo -e '\pset format wrapped' \\n "select repeat('1234567890',20)"|
pgsql/REL9_5_BETA1/bin/psql -Xx




Output format is wrapped.
-[ RECORD 1 ]----------------------------------
repeat | 12345678901234567890123456789012345678
.      |.90123456789012345678901234567890123456
.      |.78901234567890123456789012345678901234
.      |.56789012345678901234567890123456789012
.      |.34567890123456789012345678901234567890
.      |.1234567890

Cheers,

Jeff



pgsql-hackers by date:

Previous
From: Korry Douglas
Date:
Subject: Re: Patch (2): Implement failover on libpq connect level.
Next
From: Thom Brown
Date:
Subject: Re: Patch (2): Implement failover on libpq connect level.