Peter Eisentraut <peter.eisentr...@2ndquadrant.com> writes: > Looking through the patch quickly, if you want to get Unicode-fancy, > doing a case-insensitive comparison by running lower-case on both > strings is also wrong in corner cases. All the Greek month names end in > sigma, so I suspect that this patch might not work correctly in such cases.
Hm. That's basically what citext does, and I don't recall hearing complaints about that. What other definition of "case insensitive" would you suggest? regards, tom lane