Sure!

CODE
------
/configure --enable-nls --enable-depend --enable-debug
make
make install

SERVER SIDE
-----------------
1 - export LANG=ko_KR.UTF-8
2 - ./initdb -E UTF8 -D ../data
3 - ./postmaster -D ../data

CLIENT SIDE
---------------
1 - export LANG=ko_KR.UTF-8
2 - psql postgres

postgres=# show server_encoding;
 server_encoding
-----------------
 UTF8
(1건 있음)

postgres=# show client_encoding;
 client_encoding
-----------------
 UTF8
(1건 있음)



postgres=# set client_encoding ='euc-jp';    --[<<<--Negative test scenario]
SET

postgres=# x;


On Mon, Oct 27, 2008 at 6:42 PM, Tom Lane <[EMAIL PROTECTED]> wrote:
> "Ibrar Ahmed" <[EMAIL PROTECTED]> writes:
>> I have encountered a server crash while working with different locale
>> settings.
>
> Are you going to give us a hint what settings those would be?
>
>                        regards, tom lane
>



-- 
   Ibrar Ahmed
   EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to