At 09:41 AM 8/26/2004 -0700, David Wheeler wrote:
>>What would be useful would be functions to allow selects etc to be
>>ordered as if under different query specifiable locales.
>
>Wouldn't that require different indexes for the different locales? (Where
>there are indexes, of course.)
That's optional I think - depends on amount of data selected and how
selective the indexes would be.
It should be just like any other index on a function- like having an index
on lower(text).
You have index on locale('korean',text) and so on.
Not really sure how to do that tho :). Anyone have ideas?
Should be possible right?
Link.