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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Ennio-Sr <nasr(dot)laili(at)tin(dot)it>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Psql 'Expanded display (\x)' behaviour
Date: 2003-04-07 17:05:30
Message-ID: Pine.LNX.4.44.0304071408390.1971-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2003-04-07 17:16:58 Re: bug with dump sql to recreate view
Previous Message Laura Moloney 2003-04-07 16:10:56 bug with dump sql to recreate view