Re: logfile character encoding

From: Redoute <redoute(at)tortenboxer(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: logfile character encoding
Date: 2014-08-17 22:32:44
Message-ID: 53F12D8C.80101@tortenboxer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 17.08.2014 17:17, schrieb Tom Lane:

> Me too, but I repeat the point that what you have to twiddle is the
> postmaster's environment; in particular you have to set LC_CTYPE
> (or maybe better LC_ALL), which cannot be set from the config file.

With "set LC_CTYPE" do you mean to create an simple environment variable?

> >SET PGDATA=C:\Daten\pgdata2\
> >SET LC_ALL=German_Germany.UTF-8
> >initdb.exe
> The database cluster will be initialized with locale "German_Germany.1252".
> The default database encoding has accordingly been set to "WIN1252".
> The default text search configuration will be set to "german".

initdb uses PGDATA, but ignores LC_ALL, otherwise it would complain
> initdb: invalid locale name "German_Germany.UTF-8"
like seen with parameter --locale==German_Germany.UTF-8

I also tried to set environment variable LC_ALL global via control panel
with different values. Restarted postgreSQL service; it doesn't care.

Thanks,
Redoute

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-08-18 00:06:01 Re: logfile character encoding
Previous Message Redoute 2014-08-17 22:09:11 Re: logfile character encoding