Re: BUG #4196: Backend crash possible with psql

From: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4196: Backend crash possible with psql
Date: 2008-05-26 15:46:16
Message-ID: 483ADB48.4010001@ikoffice.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello Tom,

Tom Lane schrieb:
> Please show the values you are using for these database
> parameters:
> client_encoding
> server_encoding
> lc_collate
> lc_ctype
> lc_messages
client_encoding: WIN1252
server_encoding: UTF8
lc_collate: German_Germany.1252
lc_ctype: German_Germany.1252
lc_messages: German_Germany

Please let me know if you need more info. For me it looks like the
server reads the localized error messages in system encoding (win1252),
but assumes they are in utf8 in the server.

With best regards,
Daniel Migowski

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-05-26 15:58:29 Re: BUG #4196: Backend crash possible with psql
Previous Message Tom Lane 2008-05-26 15:16:23 Re: BUG #4196: Backend crash possible with psql