problems with char 247

Поиск
Список
Период
Сортировка
От Ben-Nes Michael
Тема problems with char 247
Дата
Msg-id 006601c2660c$bb6515c0$aa0f5ac2@canaan.co.il
обсуждение исходный текст
Список pgsql-general
Hi All

My db is in hebrew and i have problems to select using regex where the word
end with ascii char 247.

This work, but it dont distinguis between whole word and partial:
SELECT l_name from links where l_name ilike '%צדק%';

This dont work, return nothing.
SELECT l_name from links where l_name ~* '[[:<:]](צדק)[[:>:]]';

If i drop the 'ק' ( char 247 ) i get the list as i suppose to be with the
'ק'.
SELECT l_name from links where l_name ~* '[[:<:]](צד)[[:>:]]';

This are the chars searched for:
צ - 246
ד - 227
ק - 247

Any idea ?


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

Предыдущее
От: Andriy Tkachuk
Дата:
Сообщение: Re: query speed depends on lifetime of frozen db?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: query speed depends on lifetime of frozen db?