Re: [GENERAL] A client and server encoding question

2013-10-22 Thread Amit Langote
On Tue, Oct 22, 2013 at 7:00 PM, Albe Laurenz wrote: > Amit Langote wrote: >> With a server initdb'd with UTF8 encoding , if I create a table with a >> client using LATIN1 encoding and later try to work with the relation >> with a client using UTF8 encoding (both the scenarios simulated using >> s

Re: [GENERAL] A client and server encoding question

2013-10-22 Thread Albe Laurenz
Amit Langote wrote: > With a server initdb'd with UTF8 encoding , if I create a table with a > client using LATIN1 encoding and later try to work with the relation > with a client using UTF8 encoding (both the scenarios simulated using > single session of psql but with different client_encoding set

[GENERAL] A client and server encoding question

2013-10-22 Thread Amit Langote
Hi, With a server initdb'd with UTF8 encoding , if I create a table with a client using LATIN1 encoding and later try to work with the relation with a client using UTF8 encoding (both the scenarios simulated using single session of psql but with different client_encoding set), there is an error. F