pginfo <pginfo@t1.unisoftbg.com> writes:
>> Hm. Another theory that would fit those facts is that you're getting
>> bitten by the bug in strcoll() that used to exist in glibc. I think you
>> said you are using Red Hat somethingorother --- are you up2date on glibc
>> fixes?
> Actualy no.But I am using this version of redhat (7.3) without any problems
> with pg 7.2.3.
> And it is working very well.
But 7.2.3 does not depend on strcoll() in the default configuration.
7.3 does (unless you were careful to initdb in locale "C").
regards, tom lane