Re: Installation problem: failed to initialize lc_messages to "" - Mailing list pgsql-general

From Tom Lane
Subject Re: Installation problem: failed to initialize lc_messages to ""
Date
Msg-id 6905.1199896265@sss.pgh.pa.us
Whole thread Raw
In response to Installation problem: failed to initialize lc_messages to ""  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
Responses Re: Installation problem: failed to initialize lc_messages to ""
Re: Installation problem: failed to initialize lc_messages to ""
List pgsql-general
Stefan Schwarzer <stefan.schwarzer@grid.unep.ch> writes:
> FATAL:  XX000: failed to initialize lc_messages to ""
> LOCATION:  InitializeGUCOptions, guc.c:2666

Typically what this means is that you have an improper setting of LANG
or LC_ALL in your environment ("improper" meaning that it doesn't match
any of the locales that are actually installed on your system).  You
can use "locale -a" to find out what's installed.

            regards, tom lane

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: count(*) and bad design was: Experiences with extensibility
Next
From: "Scott Marlowe"
Date:
Subject: Re: count(*) and bad design was: Experiences with extensibility