When i am installing PstgresSQL, this error message comes up:
Failed to run initdb: 1!
Please see the logfile in 'C:\ProgramFiles\PostgresSQL\8.3\tmp\initdb.log'.
Note!You must read/copy this logfile before you click OK or it will be automatically removed.
===========================following is that logfile=====================================
The files belonging to this database system will be owned by user "SYSTEM".
This user must also own the server process.
The database cluster will be initialized with locale Chinese (Traditional)_Hong Kong S.A.R..950.
initdb: could not find suitable text search configuration for locale Chinese (Traditional)_Hong Kong S.A.R..950
The default text search configuration will be set to "simple".
creating directory C:/Program Files/PostgreSQL/8.3/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers/max_fsm_pages ... 32MB/204800
creating configuration files ... ok
creating template1 database in C:/Program Files/PostgreSQL/8.3/data/base/1 ... initdb: invalid locale name "Chinese (Traditional)_Hong Kong S.A.R."
initdb: invalid locale name "Chinese (Traditional)_Hong Kong S.A.R."
initdb: invalid locale name "Chinese (Traditional)_Hong Kong S.A.R."
initdb: invalid locale name "Chinese (Traditional)_Hong Kong S.A.R."
initdb: invalid locale name "Chinese (Traditional)_Hong Kong S.A.R."
initdb: invalid locale name "Chinese (Traditional)_Hong Kong S.A.R."
child process exited with exit code 1
initdb: removing data directory "C:/Program Files/PostgreSQL/8.3/data"
==================================================================================================================================
What is the problem ?
Thanks for helping .