Re: [HACKERS] Yet another LIKE-indexing scheme

2000-10-16 Thread Tom Lane
> Can you give me a TODO item? * Fix LIKE indexing optimization for non-ASCII locales regards, tom lane

Re: [HACKERS] Yet another LIKE-indexing scheme

2000-10-16 Thread Bruce Momjian
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://

Re: [HACKERS] Yet another LIKE-indexing scheme

2000-10-16 Thread Tom Lane
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

Re: [HACKERS] Yet another LIKE-indexing scheme

2000-10-16 Thread Bruce Momjian
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'