Re: someone please explain this regex behaviour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: someone please explain this regex behaviour
Дата
Msg-id 27249.980639249@sss.pgh.pa.us
обсуждение исходный текст
Ответ на someone please explain this regex behaviour  (Martin Leja <Martin.Leja@unix-ag.uni-siegen.de>)
Ответы Re: someone please explain this regex behaviour
Список pgsql-general
Martin Leja <Martin.Leja@unix-ag.uni-siegen.de> writes:
> Why e.g. does the statement "select path from foo where path ~* '^/my';"
> not return the only entry "/My"? Can someone explain this?

I think you're getting bitten by the LIKE-index-optimization-in-non-
ASCII-locale problem.  Are you running the server in a locale other
than "C"?  See the many past threads about this type of issue ...

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: varchar => int
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: How do I solve this efficiently?