Title: RE: [BUGS] BUG #1974: UTF-8 french postmaster messages corrupted

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:[EMAIL PROTECTED]]
> Date: mardi 18 octobre 2005 16:40
> À: REISS Thomas DSIC DESP
> Cc: pgsql-bugs@postgresql.org
> Objet: Re: [BUGS] BUG #1974: UTF-8 french postmaster messages
> corrupted
>
>
> Am Dienstag, 18. Oktober 2005 15:00 schrieb Thomas Reiss:
> > [EMAIL PROTECTED] postgres]$ pg_ctl stop
> > en attente de l'arrêt du postmaster....TRACE:  arrêt
> en cours des
> > traces
> >  fait
> > postmaster arrêté
>
> 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/
>

Reply via email to