Lamar Owen <[EMAIL PROTECTED]> writes: > I am not at all happy about the 'broken' RedHat locale -- the quick and > dirty solution is to remove or rename '/etc/sysconfig/i18n' -- but that > doesn't cure the root issue. Actually, that suggestion points out that just nailing down LC_COLLATE at initdb time isn't sufficient, at least not on systems where libc's locale behavior depends on user-alterable external files. Even with my proposed initdb change in place, a user could still corrupt his indices by removing or replacing /etc/sysconfig/i18n. Ugh. Not sure I see a way around this, though, short of dumping libc and bringing along our own locale support. Of course, we might end up doing that anyway to support column-specific locales. I suspect setlocale() is far too slow on many implementations to be executed again for every string comparison :-( regards, tom lane
- [HACKERS] OK, that's one LOCALE bug report too many... Tom Lane
- Re: [HACKERS] OK, that's one LOCALE bug report too m... Peter Eisentraut
- Re: [HACKERS] OK, that's one LOCALE bug report t... Tom Lane
- Re: [HACKERS] OK, that's one LOCALE bug repo... Peter Eisentraut
- Re: [HACKERS] OK, that's one LOCALE bug ... Tom Lane
- Re: [HACKERS] OK, that's one LOCALE... Lamar Owen
- Re: [HACKERS] OK, that's one LO... Tom Lane
- Re: [HACKERS] OK, that's on... Lamar Owen
- Re: [HACKERS] OK, that's on... Tom Lane
- Re: [HACKERS] OK, that's on... Lamar Owen
- Re: [HACKERS] OK, that's one LO... Tom Lane
- Re: [HACKERS] OK, that's one LO... Tom Lane
- Re: [HACKERS] OK, that's on... Peter Eisentraut
- Re: [HACKERS] OK, that's on... Tom Lane
- Re: [HACKERS] OK, that's on... Peter Eisentraut
- Re: [HACKERS] OK, that's on... Don Baccus
- Re: [HACKERS] OK, that's on... Tom Lane
- Re: [HACKERS] OK, that's on... Lamar Owen
- Re: [HACKERS] OK, that's on... Tom Lane
- Re: [HACKERS] OK, that's on... Lamar Owen
- Re: [HACKERS] OK, that's on... Peter Eisentraut