Re: case insensitive matching

Поиск
Список
Период
Сортировка
Искать
От
Tod McQuillin
Тема
Re: case insensitive matching
Дата
Msg-id
Pine.LNX.4.21.0010040141330.1978-100000@glass
Ответ на
case insensitive matching (Robert Kernell)
Список
Дерево обсуждения
case insensitive matching Robert Kernell <kernell@sundog.larc.nasa.gov>
Re: case insensitive matching Doug Budny <dbudny@diligence.com>
RE: case insensitive matching "Ragnar Hakonarson" <ragnar@conquestnetwork.com>
Re: case insensitive matching Tod McQuillin <devin@spamcop.net>
On Tue, 3 Oct 2000, Robert Kernell wrote:

> Hi. LIKE does case sensitive string matching. Is there an easy way to do case 
> insensitive string matching?

Use "WHERE lower(a) LIKE lower(b)" or use one of the case insensitive
regexp operators instead
(http://www.postgresql.org/docs/aw_pgsql_book/node119.html#8125)
-- 
Tod McQuillin


В списке pgsql-general по дате отправления
От: Peter Eisentraut
Дата:
Сообщение: Re: alternative DB locations
От: Adam Lang
Дата:
Сообщение: Re: case insensitive matching
FAQ