Re: [GENERAL] new FAQ entry

2006-06-08 Thread Erik Jones
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

Re: [GENERAL] new FAQ entry

2006-06-08 Thread Tim Allen
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

Re: [GENERAL] new FAQ entry

2006-06-08 Thread Tino Wildenhain
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