Re: [GENERAL] Setting server log messages to fr_FR (or any non-English)

2014-01-12 Thread Dariusz Suchojad
On 01/11/2014 10:51 PM, Tom Lane wrote: > It looks like you set the locale settings properly. I'm guessing that > the build lacks localization support. Check the output of > "pg_config --configure" to see if --enable-nls is mentioned. If it > isn't, you need to rebuild with that configuration o

Re: [GENERAL] Setting server log messages to fr_FR (or any non-English)

2014-01-11 Thread Tom Lane
Dariusz Suchojad writes: > The thing I'm struggling with is how to create a test environment to > reproduce this situation in. > The goal is not to store data in French in the tables, rather how to > make Postgres output its own messages in French. It looks like you set the locale settings proper