Re: Missing locale files according to psql - Mailing list pgsql-admin

From jayknowsunix@gmail.com
Subject Re: Missing locale files according to psql
Date
Msg-id EA7CE878-2BD6-4A71-BD22-CDD0C4BE7223@gmail.com
Whole thread Raw
In response to Re: Missing locale files according to psql  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Missing locale files according to psql  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
Ok, enough, but if they're not included in the PostgreSQL rpm, why does psql look for them?

Sent from my iPad

> On Sep 22, 2014, at 2:06 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
>
>> On 9/19/14 2:58 PM, John Scalia wrote:
>> I've been troubleshooting some connection problems with one of our
>> servers recently, and as part of the effort, I ran psql through strace
>> in order to see what was going on. Oddly enough, I saw a bunch of
>> "problems". The output contained:
>>
>> open("/usr/pgsql-9.3/share/locale/en_US.UTF-8/LC_MESSAGES/pgsql-9.3.mo",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>
> This is not a problem.  It's looking for message translation files for
> en_US, but if they are not there, it will proceed without them.


pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Missing locale files according to psql
Next
From: Peter Eisentraut
Date:
Subject: Re: Missing locale files according to psql