Re: BUG #5356: citext not acting like case insensitive search

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5356: citext not acting like case insensitive search
Дата
Msg-id 20693.1267467428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5356: citext not acting like case insensitive search  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-bugs
"David E. Wheeler" <david@kineticode.com> writes:
> Michael managed to fix this issue by moving citext to the "public"
> schema. The question is, why would citext operators work in the public
> schema but not when they're in some other schema?

Are they in the search path?

> Michael, does this work?

> Select citystateinfoid from iss.citystateinfo where cityname iss.=
> 'JACKSONVILLE' and statecode iss.= 'FL';

The syntax is OPERATOR(iss.=) not just iss.= ...

            regards, tom lane

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #4673: pl/PgSQL: Bug, when updating changed composite types.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5356: citext not acting like case insensitive search