Re: index returns different output - Mailing list pgsql-bugs

From Tom Lane
Subject Re: index returns different output
Date
Msg-id 24474.973385111@sss.pgh.pa.us
Whole thread Raw
In response to index returns different output  (Viktor Przebinda <viktor@solon.Colorado.EDU>)
List pgsql-bugs
What LOCALE setting do you run the postmaster in?

This looks like it might be the known problem with LIKE index
optimization not coping very well with non-ASCII collation orders.
(It tries, but if you have collation rules where multicharacter
patterns are treated specially, it tends to do the wrong thing...)

You can find lots of discussion about this in the pgsql mailing
list archives.  I don't think anyone's worked out a complete solution
short of not doing the optimization at all in non-ASCII locales :-(

            regards, tom lane

pgsql-bugs by date:

Previous
From: Viktor Przebinda
Date:
Subject: index returns different output
Next
From: Tom Lane
Date:
Subject: Re: index returns different output