Re: locale & glibc 2.2.2
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: teg@redhat.com (Trond Eivind Glomsrød )
Cc: Lamar Owen <lamar.owen@wgcr.org>, Pimenov Yuri <proc@internet2.ru>, pgsql-general@postgresql.org
Date: 2001-04-19T21:58:47Z
Lists: pgsql-general
teg@redhat.com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=) writes: > Of course not, it's not a bug - if this is a problem, it's a bug in > Postgresql: If glibc 2.2.2 sorts that way in C locale, then glibc is broken. But I assume you meant this is the behavior in some other locale. Postgres as such can cope just fine with non-C sort orders, but it seems quite possible that the koi8 regression test sample outputs were constructed using C-locale sort rules. Since the original complainant merely asserted those tests were broken without defining what he meant by broken, we're pretty much wasting our time speculating... regards, tom lane