Re: AW: like and optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AW: like and optimization
Дата
Msg-id 21256.980176687@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AW: like and optimization  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Ответы Re: AW: like and optimization  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Zeugswetter Andreas SB  <ZeugswetterA@wien.spardat.at> writes:
> Just to understand things correctly. Is the Like optimization disabled
> for all non-ASCII char sets, or (imho correctly) for non charset ordered 
> collations (LC_COLLATE) ?

Currently it's disabled whenever LC_COLLATE is neither C nor POSIX.
We can add other names to the "OK" list as we verify that they are safe
(see locale_is_like_safe() in src/backend/utils/adt/selfuncs.c).
        regards, tom lane


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [PATCHES] Small patch to replace 'idle' by 'trans' if transactionis still open
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: MySQL and BerkleyDB (fwd)