From: | REISS Thomas DSIC DESP <thomas(dot)reiss(at)interieur(dot)gouv(dot)fr> |
---|---|
To: | "'Peter Eisentraut'" <peter_e(at)gmx(dot)net> |
Cc: | "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #1974: UTF-8 french postmaster messages corrupted |
Date: | 2005-10-18 14:43:45 |
Message-ID: | 50ABF6C6412F764EA3AAEF3D280C7DF1018512DF@msg05bea.exac.ctiac.dsic.mi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello Peter,
On the 8.0.4 db cluster, I get the following:
template1=# SHOW lc_ctype;
lc_ctype
-------------
fr_FR.UTF-8
(1 ligne)
Temps : 1,041 ms
template1=# SHOW server_encoding;
server_encoding
-----------------
UNICODE
(1 ligne)
Temps : 0,562 ms
On the 8.0.2 db cluster, I get:
template1=# SHOW lc_ctype;
lc_ctype
-------------
fr_FR.UTF-8
(1 ligne)
Temps : 76,591 ms
template1=#
template1=# SHOW server_encoding;
server_encoding
-----------------
UNICODE
(1 ligne)
Temps : 0,621 ms
Any clue ?
> -----Message d'origine-----
> De: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
> Date: mardi 18 octobre 2005 16:40
> À: REISS Thomas DSIC DESP
> Cc: pgsql-bugs(at)postgresql(dot)org
> Objet: Re: [BUGS] BUG #1974: UTF-8 french postmaster messages
> corrupted
>
>
> Am Dienstag, 18. Oktober 2005 15:00 schrieb Thomas Reiss:
> > [postgres(at)bu04 postgres]$ pg_ctl stop
> > en attente de l'arrÃfªt du postmaster....TRACE: arrÃfªt
> en cours des
> > traces
> > fait
> > postmaster arrÃfªtÃf©
>
> This probably means that the LC_CTYPE setting on your server
> does not match
> the database encoding. Please send us the output of
>
> SHOW lc_ctype;
> SHOW server_encoding;
>
> --
> Peter Eisentraut
> http://developer.postgresql.org/~petere/
>
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2005-10-18 15:11:02 | Re: BUG #1969: Unable to Install |
Previous Message | Peter Eisentraut | 2005-10-18 14:39:43 | Re: BUG #1974: UTF-8 french postmaster messages corrupted |