Re: [GENERAL] UTF-8, upper() and Chinese characters yielding blank result

2006-07-27 Thread Martijn van Oosterhout
On Thu, Jul 27, 2006 at 07:22:17PM +0200, Peter Eisentraut wrote: > Scott Eade wrote: > > The problem appears on PostgreSQL 8.0.7 (on WinXP) > > PostgreSQL 8.0 on Windows does not support UTF-8. In addition, PostgreSQL is totally reliant on the OS for upper/lower/collation support, so there is no

Re: [GENERAL] UTF-8, upper() and Chinese characters yielding blank result

2006-07-27 Thread Peter Eisentraut
Scott Eade wrote: > The problem appears on PostgreSQL 8.0.7 (on WinXP) PostgreSQL 8.0 on Windows does not support UTF-8. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: explain analyze is your friend