Re: Case in-sensitive

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Case in-sensitive
Дата
Msg-id 20020723104633.E23294@mail.libertyrms.com
обсуждение исходный текст
Ответ на Case in-sensitive  ("Carmen Wai" <wai_carmen@hotmail.com>)
Список pgsql-general
On Tue, Jul 23, 2002 at 02:35:40PM +0000, Carmen Wai wrote:
> Hello:
>
> 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)

No.  But you can use ILIKE, which is a case-insensitive LIKE.

A

--
----
Andrew Sullivan                               87 Mowat Avenue
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
                                         +1 416 646 3304 x110


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

Предыдущее
От: "Craig Sturman"
Дата:
Сообщение: time setting
Следующее
От: "Carmen Wai"
Дата:
Сообщение: No command history in psql