[BUGS] Yet another problem with ILIKE and UTF-8

2007-10-25 Thread Gergely Bor
during my searches (eg. links from http://www.postgresql.org/docs/faqs.TODO.html, http://svr5.postgresql.org/pgsql-bugs/2005-07/msg00157.php and friends), but I'm not sure. If you think it's a new bug, please tell it to me and I'll report it. Well, any help is w

Re: [BUGS] Yet another problem with ILIKE and UTF-8

2007-10-25 Thread Gergely Bor
st regards, Gergely BOR On 10/25/07, Gregory Stark <[EMAIL PROTECTED]> wrote: > "Gergely Bor" <[EMAIL PROTECTED]> writes: > > > I have a nasty-looking problem case. Shortly described as follows: > > > > INSERT INTO mytable (id, value) VALUES (4242, '

Re: [BUGS] Yet another problem with ILIKE and UTF-8

2007-10-26 Thread Gergely Bor
e DB is configured incorrectly, psql 8.2 just fails to match rows correctly (without any errors), but 8.3+ will reject this bad configuration in time. -- Thanks a lot, guys! Best regards, Gergely BOR On 10/25/07, Gregory Stark <[EMAIL PROTECTED]> wrote: > > "Gergely Bo