> Can you give me a TODO item?
* Fix LIKE indexing optimization for non-ASCII locales
regards, tom lane
Can you give me a TODO item?
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Any status on this?
>
> Still broken, no known fix short of disabling LIKE optimization in
> non-ASCII locales ...
>
> regards, tom lane
>
--
Bruce Momjian| http://
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Any status on this?
Still broken, no known fix short of disabling LIKE optimization in
non-ASCII locales ...
regards, tom lane
Any status on this?
> Erich Stamberger <[EMAIL PROTECTED]> writes:
> >> Our existing code fails because it generates WHERE name >= 'Czec' AND
> >> name < 'Czed'; it will therefore not find names beginning 'Czech'
> >> because those are in another part of the index, between 'Czeh' and
> >> 'Czei'