[GENERAL] Client encoding not the same as the db encoding

2012-02-29 Thread Clodoaldo Neto
In 9.1.3 the client encoding is not defaulting to the db encoding: postgresql.conf: #client_encoding = sql_ascii = show server_encoding; server_encoding - SQL_ASCII = show client_encoding; client_encoding - UTF8 In 9.0 the client encoding defaults to the db

Re: [GENERAL] Client encoding not the same as the db encoding

2012-02-29 Thread Adrian Klaver
On Wednesday, February 29, 2012 6:47:21 am Clodoaldo Neto wrote: In 9.1.3 the client encoding is not defaulting to the db encoding: postgresql.conf: #client_encoding = sql_ascii = show server_encoding; server_encoding - SQL_ASCII = show client_encoding;

Re: [GENERAL] Client encoding not the same as the db encoding

2012-02-29 Thread Tom Lane
Adrian Klaver adrian.kla...@gmail.com writes: On Wednesday, February 29, 2012 6:47:21 am Clodoaldo Neto wrote: In 9.1.3 the client encoding is not defaulting to the db encoding: What am i missing? Regards, Clodoaldo My guess this:

Re: [GENERAL] Client encoding not the same as the db encoding

2012-02-29 Thread Adrian Klaver
On 02/29/2012 07:50 AM, Tom Lane wrote: Adrian Klaveradrian.kla...@gmail.com writes: On Wednesday, February 29, 2012 6:47:21 am Clodoaldo Neto wrote: In 9.1.3 the client encoding is not defaulting to the db encoding: What am i missing? Regards, Clodoaldo My guess this: