?? <[email protected]> wrote: > system : windows xp Chinese simple > postgres : postgresql-8.4.0-1-windows.exe > F:\PostgreSQL\8.4\bin>initdb -U postgres --encoding=utf8 --locale=utf8
It's not a bug, just "utf8" is not a valid locale name. Use the following instead: $ initdb --encoding=UTF8 --locale="Chinese (Simplified)" Regards, --- ITAGAKI Takahiro NTT Open Source Software Center -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
