Tim Allen wrote:
Tino Wildenhain wrote:
Tim Allen schrieb:
[snip]
The way to tell PostgreSQL what encoding you want to use is by use
of the client_encoding GUC variable, eg
set client_encoding to 'LATIN1';
If you cant educate your client application to set this option on
connect,
you
Tino Wildenhain wrote:
Tim Allen schrieb:
[snip]
The way to tell PostgreSQL what encoding you want to use is by use of
the client_encoding GUC variable, eg
set client_encoding to 'LATIN1';
If you cant educate your client application to set this option on connect,
you can set this per use
Tim Allen schrieb:
Matthew T. O'Connor wrote:
Well, to answer my own question, I hacked the source code of DBMail
and had it set the client encoding to LATIN1 immediately after
database connect, this seems to have fixed the problem.
Sorry for the noise,
Matt
I've seen this sort of proble