CIText and pattern_ops

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема CIText and pattern_ops
Дата
Msg-id y2j751261b21004232027xc1979803mc20b2bcd688912c2@mail.gmail.com
обсуждение исходный текст
Ответы Re: CIText and pattern_ops
Re: CIText and pattern_ops
Список pgsql-hackers
Is there any particular reason why the citext module doesn't have
citext_pattern_ops operator family?

Specifically, I wish to index for this type of query:

... WHERE citext_column LIKE 'Foo%';

This, of course, is equivalent to ILIKE 'Foo%' which does not appear
to be indexable without using a functional index (
lower(citext_column) ).


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: global temporary tables
Следующее
От: Robert Haas
Дата:
Сообщение: Re: global temporary tables