Trouble with error message encoding - Mailing list pgsql-hackers

From Darko Prenosil
Subject Trouble with error message encoding
Date
Msg-id 200309101050.18156.darko.prenosil@finteh.hr
Whole thread Raw
Responses Re: Trouble with error message encoding  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
    I have encoding problems using translated error messages (7.4beta1).
When database encoding is set to SQL_ASCII, all mesages arrive to client 
correctly respecting the CLIENT_ENCODING, but if I create database WITH 
ENCODING='unicode' or WITH ENCODING='latin2', messages are displayed 
correctly only when CLIENT_ENCODING is same as database encoding.
I checked, and this is working this way also in 7.3. Is that known problem, or 
maybe I'm doing something wrong? 

Regards !



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 2-phase commit
Next
From: "Andrew Dunstan"
Date:
Subject: Re: TCP/IP with 7.4 beta2 broken?