Re: [SQL] Case in-sensitive

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [SQL] Case in-sensitive
Дата
Msg-id GNELIHDDFBOCMGBFGEFOAEFFCDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Case in-sensitive  ("Carmen Wai" <wai_carmen@hotmail.com>)
Ответы Re: [SQL] Case in-sensitive  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-general
> Can I config the Postgresql so that it can match case
> in-sensitive pattern
> automatically? i.e. I don't need to explicit convert the pattern to lower
> case like this: .....WHERE lower(textfield) LIKE lower(pattern)

All you need to do is this:

......WHERE textfield ILIKE pattern

Chris


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

Предыдущее
От:
Дата:
Сообщение: Re: Concurrency Questions
Следующее
От: Rob Brown-Bayliss
Дата:
Сообщение: Rolling my own replication