dbTalk Databases Forums  

[BUGS] BUG #1344: Locale problem

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1344: Locale problem in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1344: Locale problem - 12-07-2004 , 04:24 AM







The following bug has been logged online:

Bug reference: 1344
Logged by: Jan Kraljič

Email address: jan (AT) patware (DOT) si

PostgreSQL version: 7.4.6

Operating system: Linux Debian

Description: Locale problem

Details:

I cannot start postgres because unknow error. In log i can get this:
FATAL: XX000: failed to initialize lc_messages to ""
LOCATION: InitializeGUCOptions, guc.c:1867
------------------------------------------------
locale returns me this
....
LC_MESSAGES="sl_SI"
....
-------------------------------------------------
By default i set locale to sl_SI.iso88592

What to do?


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #1344: Locale problem - 12-07-2004 , 09:31 AM






"PostgreSQL Bugs List" <pgsql-bugs (AT) postgresql (DOT) org> writes:
Quote:
I cannot start postgres because unknow error. In log i can get this:
FATAL: XX000: failed to initialize lc_messages to ""
Are you sure that your LC_MESSAGES setting is compatible with the active
LC_CTYPE setting? I'm not certain about this, but I think that some
platforms may reject the setlocale call if LC_MESSAGES implies a
different encoding (eg, utf8 vs latin-n) than LC_CTYPE does.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.