Re: LIKE/ESCAPE implementation

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: LIKE/ESCAPE implementation
Дата
Msg-id 398CEEB9.4E42FCEE@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: LIKE/ESCAPE implementation  (Thomas Swan <tswan@olemiss.edu>)
Ответы Re: LIKE/ESCAPE implementation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > 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?

OK. "Both strings to lower case as a whole" doesn't seem to be something
which is multibyte-enabled in our code. Am I just missing seeing some
features? istm that lots of our code falls over on MB strings...

> 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.

Anyone have suggestions for a reference? Altavista on "+ilike +oracle"
doesn't seem to do it.
                  - Thomas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: OK to remove operators for exp() and ln()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: COALESCE implementation question