Re: [SQL] Understanding Encoding

2013-09-06 Thread Beena Emerson
Hello, Thank you all. Amit, Changing the encoding of the terminal emulator worked. Sebastiean, the tip was helpful. -- Beena Emerson

Re: [SQL] [NOVICE] Understanding Encoding

2013-09-06 Thread Beena Emerson
On Fri, Sep 6, 2013 at 12:29 PM, Tom Lane wrote: > Beena Emerson writes: > > It still gives same result: > > > $ LANG=ko_KR LC_ALL=ko_KR > > $ psql -d korean > > > korean=# SHOW client_encoding; > > client_encoding > > - > >

Re: [SQL] [NOVICE] Understanding Encoding

2013-09-05 Thread Beena Emerson
--- EUC_KR (1 row) korean=# INSERT INTO tbl VALUES ('그레스'); ERROR: invalid byte sequence for encoding "EUC_KR": 0xa0 0x88 Beena Emerson

[SQL] Understanding Encoding

2013-09-05 Thread Beena Emerson
ECT statement displays something different. I am not able to understand why? korean=# SELECT * FROM tbl; doc �׷��� (1 row) Can someone please help me. Thanks you, Beena Emerson