Re: [SQL] Failed to initialize lc_messages to ''

2003-07-01 Thread Peter Eisentraut
It seems that one of the other locale variables (LC_ALL?) still contains values that are not accepted. Note that initdb reports about cs_CS, which is not what you set. Rado Petrik writes: > Hi, > I have problem start database. > > 1) I compile postgresql 7.3.3 with parameters. > > ./configure -

Re: [SQL] Failed to initialize lc_messages to ''

2003-07-01 Thread Tom Lane
Rado Petrik <[EMAIL PROTECTED]> writes: > export LANG=cs_CZ > Failed to initialize lc_messages to '' > FATAL: invalid value for option 'LC_MESSAGES': 'cs_CZ' Evidently your platform doesn't have complete support for setting locale to cs_CZ. Try it again with a combination like export L

[SQL] Failed to initialize lc_messages to ''

2003-07-01 Thread Rado Petrik
Hi, I have problem start database. 1) I compile postgresql 7.3.3 with parameters. ./configure --enable-nls --enable-multibyte --enable-locale 2) Then set env variables , export LANG=cs_CZ 3) initdb -D /my_cz_db Initdb returned : The files belonging to this database system will be owned b