Re: LIKE/ESCAPE implementation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Lockhart <lockhart@alumni.caltech.edu>
Cc: Thomas Swan <tswan@olemiss.edu>, Hackers List <pgsql-hackers@postgresql.org>
Date: 2000-08-06T04:10:10Z
Lists: pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes: > I had thought it would be trivial to do ILIKE, but now I'm not sure how > to handle the multi-byte case. It isn't sufficient to wrap the > single-byte comparison arguments with tolower() is it?? I'd be inclined to force both strings to lower case as a whole and then apply normal LIKE. Comments anyone? > I recall people asking for it, but since it is a non-standard > feature what implementation example should I follow? What alternatives > are there? Is "check the archives" sufficient to produce a complete > design discussion? I do not recall seeing a complete proposal, but wasn't someone just opining that Oracle has such a feature? If so, borrowing their spec seems the thing to do. regards, tom lane