Re: Psql 'Expanded display (\x)' behaviour

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Psql 'Expanded display (\x)' behaviour
Дата
Msg-id Pine.LNX.4.44.0304071408390.1971-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Psql 'Expanded display (\x)' behaviour  (Ennio-Sr <nasr.laili@tin.it>)
Ответы Re: Psql 'Expanded display (\x)' behaviour
Список pgsql-bugs
Ennio-Sr writes:

> mydb=#select * from pro_chars;
> and _everything is ok_, i.e. correct glyphs corresponding to the codes
> are displayed.
> Then I _toggle on the expanded display:_
> mydb=#\x
> and again:
> mydb=#select * from pro_chars;
> but (in the glyph column) I get, respectively: 0, 1, 2, +, ;,  , 1
> Could you please reproduce this on your PC and see what happens?

All the glyphs show correctly on my system.  It is very likely a problem
with your pager, since the expanded display probably does not fit on the
page, so the pager activates, and that is the only way this difference
could arise.

--
Peter Eisentraut   peter_e@gmx.net

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: [GENERAL] Suggestion
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: bug with dump sql to recreate view