Re: [BUGS] Different result when using '=' and 'like' in unicode mode

2002-11-17 Thread Jiang Sheng
Thanks a lot! In your opinion, should I re-compile the PostgreSQL after set the $LANG to ja_JP.utf8? or I need to set other variables' value.. I changed the $LANG value, but the result still not correct, and not found anything about it in PostgrSQL's document. Thx Jiang Sheng - Original Mess

Re: [BUGS] Different result when using '=' and 'like' in unicode

2002-11-17 Thread Peter Eisentraut
Jiang Sheng writes: > the sql is > select * from tbl_test where name = '石田'; > > but the result contains other data, such as 石町, 柳町, 柳田 > > and I changed the sql to > select * from tbl_test where name like '石田'; > select * from tbl_test where name ilike '石田'; > > the results both correct. The LIK