Re: Progress report on locale safe LIKE indexing

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Progress report on locale safe LIKE indexing
Дата
Msg-id Pine.LNX.4.30.0108191427140.677-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Progress report on locale safe LIKE indexing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> But the LIKE code does know about multibyte character sets.  Is it safe
> to assume that memcmp-based sorting will not make any mistakes with
> multibyte characters?

Remember that this memcmp-based sorting is the same sorting that texteq
will do when locale is turned off.  So if there were a problem it would
already exist, but I'm sure there isn't one.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: RE: Progress report on locale safe LIKE indexing
Следующее
От: Karel Zak
Дата:
Сообщение: Re: [PATCHES] encoding names