Re: garbage in psql -l - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: garbage in psql -l
Date
Msg-id Pine.LNX.4.64.0911242112471.6801@sn.sai.msu.ru
Whole thread Raw
In response to Re: garbage in psql -l  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: garbage in psql -l
List pgsql-hackers
On Tue, 24 Nov 2009, Tom Lane wrote:

> Oleg Bartunov <oleg@sai.msu.su> writes:
>> I have problem with CVS HEAD (noticed a week or so ago) -
>> psql -l show garbage instead of -|+. Looks, like utf-8 symbols used
>> instead that ascii characters.
>
> Hm, you only see it for -l and not for all tabular output?  That's
> a bit strange.

yes, I'm surprising myself. Teodor has no problem, but he is under FreeBSD, 
while I use slackware linux. Here is ldd output.

pg-head@zen:~/cvs/HEAD/pgsql$ ldd /usr/local/pgsql-head/bin/psql        linux-gate.so.1 =>  (0xffffe000)
libpq.so.5=> /usr/local/pgsql-head/lib/libpq.so.5 (0xb7f33000)        libz.so.1 => /usr/lib/libz.so.1 (0xb7ef8000)
 libreadline.so.5 => /usr/lib/libreadline.so.5 (0xb7ec8000)        libtermcap.so.2 => /lib/libtermcap.so.2 (0xb7ec4000)
      libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7e92000)        libdl.so.2 => /lib/libdl.so.2 (0xb7e8d000)
libm.so.6=> /lib/libm.so.6 (0xb7e67000)        libc.so.6 => /lib/libc.so.6 (0xb7d07000)        /lib/ld-linux.so.2
(0xb7f4f000)


>
>             regards, tom lane
>
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: garbage in psql -l
Next
From: Robert Haas
Date:
Subject: Re: [GENERAL] Updating column on row update