The following bug has been logged on the website: Bug reference: 7617 Logged by: Kim, min-sirk Email address: core...@gmail.com PostgreSQL version: 9.1.6 Operating system: CentOS release 5.8(Red Hat 4.1.2-52), 32-bit Description:
What I did is.. 1. initdb -D $PGDATA -E EUC_KR 2. create database euckrdb; 3. create database utf8db with encoding='utf8' lc_collate='ko_KR.utf8' lc_ctype='ko_KR.utf8' template template0; -- I know that EUC_KR has 2bytes per 1 korean char and UTF-8 has 3 bytes utf8db per 1 korean char. However, Two databases has same octet_length of 2 bytes per 1 Korean char. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs