Change ILIKE to invoke lower() and then do plain LIKE comparison when

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ad004ce7876ea2998c9c13007c7dd3dd8f9ffcad
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-04T18:32:55Z
Releases: 8.2.0
Change ILIKE to invoke lower() and then do plain LIKE comparison when
working in a multibyte encoding.  This fixes the problems exhibited in
bug #1931 and other reports of ILIKE misbehavior in UTF8 encoding.
It's a pretty grotty solution though --- should rethink how to do it
after we install better locale support, someday.

Files

PathChange+/−
src/backend/utils/adt/like.c modified +100 −63