Re: [BUGS] PostgreSQL 6.4.2 locale regexp and like problem

Поиск
Список
Период
Сортировка
От Petr Hubeny
Тема Re: [BUGS] PostgreSQL 6.4.2 locale regexp and like problem
Дата
Msg-id 19990204113054.D1555@capitol.cz
обсуждение исходный текст
Ответ на PostgreSQL 6.4.2 locale regexp and like problem  (Petr Hubeny <psh@capitol.cz>)
Список pgsql-general
Regarding my previous post:

> HOWEVER, in czech locale is 'regexp\377' < 'regexp' ! So the expression
> is doomed to be false.

Sorry, in czech locale is 'regexp\377' > 'regexp',
the problem is that 'r\377' < 'rA', 'r\377' < 'ra' and even 'r\377' < 'r0'.
So there is slight chance that the expression will not be false :-)

Psh

--

Mgr. Petr Hubený                ICQ UIN: 12472987


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

Предыдущее
От: Petr Hubeny
Дата:
Сообщение: PostgreSQL 6.4.2 locale regexp and like problem
Следующее
От: "Giovanni Floridia"
Дата:
Сообщение: Re: [GENERAL] vacuum problems