Re: BUG #4196: Backend crash possible with psql - Mailing list pgsql-bugs

From Daniel Migowski
Subject Re: BUG #4196: Backend crash possible with psql
Date
Msg-id 483ADB48.4010001@ikoffice.de
Whole thread Raw
In response to Re: BUG #4196: Backend crash possible with psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #4196: Backend crash possible with psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #4196: Backend crash possible with psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4196: Backend crash possible with psql
Next
From: Tom Lane
Date:
Subject: Re: BUG #4196: Backend crash possible with psql