From: | "Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)kr> |
---|---|
To: | <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | initdb problen |
Date: | 2004-03-12 06:29:32 |
Message-ID: | 001a01c407fbad2760001a01c407fb$61ad2760$0b00a8c0@paolo.netb00a8c0@paolo.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
I successed to compile and run PostgreSQL for mingw
but
bootstrap_template1 function in initdb.c made a problem to locale.
In PostgeSQL,
if value of LC_COLLATE is not C
then sortting is not work when use korean language.
I used this command to make db.
initdb -D data --no-locale
this command successed.
but pg_controldata command returned incorrect values.
LC_COLLATE: Korean_Korea.949
LC_CTYPE: Korean_Korea.949
My windows box is korean XP.
How I can change above these values to C?
From | Date | Subject | |
---|---|---|---|
Next Message | Korea PostgreSQL Users' Group | 2004-03-12 07:32:32 | Re: initdb problem |
Previous Message | Bruce Momjian | 2004-03-12 04:17:35 | Re: Thanks for the great work on the Win32 port |