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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to