Hi everyone,
as the output of this command
createdb -E UTF8 --lc-collate=hr_HR.UTF8 --lc-ctype=hr_HR.UTF8 tempdb
I get
createdb: database creation failed: ERROR: invalid locale name hr_HR.UTF8
I'm a noob in postgresql so any help will be appreciated! As you can see from above command, I need to create database with support for Croatian language. My OS is:
Linux tiho-desktop 2.6.31-20-generic #58-Ubuntu SMP
Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux
and it is only for development. I plan to move this database to CentOS or something like it for production. I'm using postgresql 8.4.
Thanks in advance, Tiho