BUG #8306: Error in dbcreate comman

From: ssuna(at)hebis(dot)uni-frankfurt(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8306: Error in dbcreate comman
Date: 2013-07-15 06:43:29
Message-ID: E1UycVN-0001RQ-Du@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8306
Logged by: Suat
Email address: ssuna(at)hebis(dot)uni-frankfurt(dot)de
PostgreSQL version: 9.2.4
Operating system: solaris machine (5.10 Generic_142909-17 sun4v spar
Description:

Dear Experts,

I installed ((PostgreSQL) 8.1.19) on our solaris machine (5.10
Generic_142909-17 sun4v sparc SUNW,SPARC-Enterprise-T5120) for dspace
applikation.

But I get a error if I execute the commands:

pgres(at)zairicha:bin> ./createdb -U dspace -E UNICODE dspace

The error is below:

createdb: database creation failed: ERROR: encoding "UTF8" does not match
locale "de_DE.ISO8859-1"
DETAIL: The chosen LC_CTYPE setting requires encoding "LATIN1".

My locales are:
pgres(at)zairicha:/opt/hebis/downloads> locale
LANG=C.utf8
LC_CTYPE=de_DE.ISO8859-1
LC_NUMERIC=de_DE.ISO8859-1
LC_TIME=de_DE.ISO8859-1
LC_COLLATE=de_DE.ISO8859-1
LC_MONETARY=de_DE.ISO8859-1
LC_MESSAGES=de
LC_ALL=

Please can you tell me how I can solve the problen?

Best Regards,
Suat

Browse pgsql-bugs by date

  From Date Subject
Next Message Ming Lai 2013-07-15 11:56:08 Re: Unable to handle error in plperl
Previous Message Suat Suna 2013-07-15 06:26:05 PostgreSQL error