Thread: unicode and =
View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 09:29 PM
Tom Lane
 
Posts: n/a
Default Re: unicode and =

"Grant Morgan" <grant@ryuuguu.com> writes:
> = is not working on a char(30) coloumn for me.
> I want to find rows with equal name.
> I have my database set to unicode.


I'll bet you are running the postmaster in a locale that isn't expecting
utf-8 encoding. The locale and encoding have to match or you're going
to get very strange behavior.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote