`~' operator and indices

Поиск
Список
Период
Сортировка
От Artur Rataj
Тема `~' operator and indices
Дата
Msg-id Pine.GSO.4.05.10012201911250.2752-100000@atos
обсуждение исходный текст
Ответы Re: `~' operator and indices  (Jie Liang <jliang@jliang.ipinc.com>)
Список pgsql-sql
Hello,

I would like to ask you why do `~' gives the following results,
if there is an index on `string':

select string from indextbk_fti_fkey where string ~ '^IE';string 
--------
(0 rows)

select string from indextbk_fti_fkey where string ~ '^IECIA';string 
--------IECIA
(1 row)

`E' here is a polish letter. I have set locale to `pl_PL' before
starting postgres.

Best regards

Artur Rataj




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

Предыдущее
От: "guard"
Дата:
Сообщение: plpgsql ?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: how to alter/drop check contraint?