9.5Beta1 psql wrapped format expanded output

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: 9.5Beta1 psql wrapped format expanded output
Date: 2015-10-23 20:56:08
Message-ID: CAMkU=1wtwDQW4ZDaZb=_FKUar=Y0A_KZ8j8vesdx_cD87N4Aag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2015-10-23 21:14:56 Re: Patch (2): Implement failover on libpq connect level.
Previous Message Korry Douglas 2015-10-23 20:02:33 Re: Patch (2): Implement failover on libpq connect level.