ilike and --enable-multibyte=KOI8

Поиск
Список
Период
Сортировка
От Juriy Goloveshkin
Тема ilike and --enable-multibyte=KOI8
Дата
Msg-id 20001207175714.A17358@avias.com
обсуждение исходный текст
Список pgsql-general
Hello, Can anybody check and confirm(or not) this:

if pgsql(DEVEL, from cvs-server) is built with locale and multibyte then

"select * from table where row ilike '%a%'" crashes pgsql.
"select * from table where row ilike 'a%'" doesn't craches.
"select * from table where row  like '%a%'" doesn't craches.

If pgsql is built only with locale, pgsql isn't crashed...

please, give me an advice for solving this problemm. I need pgsql with both
options...

--
Bye
Juriy Goloveshkin

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

Предыдущее
От: teg@redhat.com (Trond Eivind GlomsrØd)
Дата:
Сообщение: Re: postgresql-server-7.0.3-2.i386.rpm error
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: Sql query with partial matching