9.5Beta1 psql wrapped format expanded output

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема 9.5Beta1 psql wrapped format expanded output
Дата
Msg-id CAMkU=1wtwDQW4ZDaZb=_FKUar=Y0A_KZ8j8vesdx_cD87N4Aag@mail.gmail.com
обсуждение исходный текст
Ответы Re: 9.5Beta1 psql wrapped format expanded output  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Korry Douglas
Дата:
Сообщение: Re: Patch (2): Implement failover on libpq connect level.
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Patch (2): Implement failover on libpq connect level.