Re: OK, that's one LOCALE bug report too many...

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=d8d?=)
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, alan(at)redhat(dot)com
Subject: Re: OK, that's one LOCALE bug report too many...
Date: 2000-11-26 21:21:07
Message-ID: 20001126212107.B755F28024@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

teg(at)redhat(dot)com (Trond Eivind GlomsrØd) writes:

> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
> > Also, since "LC_COLLATE=en_US" seems to misbehave rather spectacularly
> > on recent RedHat releases, I propose that initdb change "en_US" to "C"
> > if it finds that setting.
>
> It does not misbehave in glibc (it's not Red Hat specific).
> Basically, glibc is the old

Oops, here's the rest:

glibc with the C/POSIX locale will make things work the old computer
way:
AB...Zab..z

With en_US, it works the iso way:
A/a B/b ... Z/z

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2000-11-26 22:36:03 Re: tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed
Previous Message Trond Eivind =?iso-8859-1?q?Glomsr=d8d?= 2000-11-26 21:12:00 Re: OK, that's one LOCALE bug report too many...