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.0911242152590.6801@sn.sai.msu.ru
Whole thread Raw
In response to Re: garbage in psql -l  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 24 Nov 2009, Tom Lane wrote:

> Oleg Bartunov <oleg@sai.msu.su> writes:
>> On Tue, 24 Nov 2009, Tom Lane wrote:
>>> What's your locale environment?  ("env | grep ^L" would help.)
>
>> LC_COLLATE=ru_RU.KOI8-R
>> LANG=C
>> LC_CTYPE=ru_RU.KOI8-R
>
> Hmm, I can duplicate the fact that psql -l uses utf8 characters
> (because it connects to the postgres DB which has utf8 encoding)
> but for me, ordinary selects within psql use the utf8 characters
> too.  Do you perhaps have something in ~/.psqlrc to force a different
> client encoding?
>

yes, 
set client_encoding to KOI8;

but it never hurts me ! I tried to comment it, but it doesn't helped.
Notice, psql from 8.4 works nice.


>             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: Scott Marlowe
Date:
Subject: Re: [GENERAL] Updating column on row update
Next
From: Oleg Bartunov
Date:
Subject: Re: garbage in psql -l