Re: LIKE/ESCAPE implementation

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: LIKE/ESCAPE implementation
Дата
Msg-id 398BBB5E.DE8F9AC6@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: LIKE/ESCAPE implementation  (Thomas Swan <tswan@olemiss.edu>)
Ответы Re: LIKE/ESCAPE implementation  (Denis Perchine <dyp@perchine.com>)
Re: LIKE/ESCAPE implementation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Would their be anything like an ILIKE for a case insensitive like
> search?   Or maybe insensitive over text/char/varchar datatypes?

What is ILIKE? afaik it is not in SQL9x, so is there any reason to have
that rather than the full regular expression case-insensitive operator
("~*") we already have?
                   - Thomas


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

Предыдущее
От: Thomas Swan
Дата:
Сообщение: Re: LIKE/ESCAPE implementation
Следующее
От: Denis Perchine
Дата:
Сообщение: Re: LIKE/ESCAPE implementation