Re: BUG #5220: regexp fails on punctuation characters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5220: regexp fails on punctuation characters
Дата
Msg-id 4481.1259595385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5220: regexp fails on punctuation characters  ("jef peeraer" <jef.peeraer@telenet.be>)
Список pgsql-bugs
"jef peeraer" <jef.peeraer@telenet.be> writes:
> my lc_locale is set to en_US.UTF-8
> if i do a search like this

> select * from contacten
> where naam ~* 'RÖN'
> and my contacten table contains a column naam with the value
> RÖNTGEN TECHNISCHE DIENST NV
> -> it won't find it

Works for me.

It is true that ~* isn't very good about upper/lower case matching
for non-ASCII letters, but that doesn't seem to apply to your
example.

            regards, tom lane

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5218: Easy strategic feature requests
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: BUG #5218: Easy strategic feature requests