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 am noob in postgresql, so any help would be appreciated! As you can see from the above command, I need to create a database with support for the Croatian language. My OS:
Linux tiho-desktop 2.6.31-20-generic
and it is only for development. I plan to move this database to CentOS or something like this for production. I am using postgresql 8.4.
Thanks in advance, Tiho
source share