Re: Problem with PostgreSQL string sorting

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hari Sankar A <hsshanthamhari(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem with PostgreSQL string sorting
Date: 2017-02-15 17:14:22
Message-ID: CAH2-Wzm4sRNjERUxG5n_11WNXUUeKFToFnq_R5mVdmo_p5q-ww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Feb 15, 2017 at 9:05 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I believe most versions of libc use declarative specifications of locale
> properties, so if you wanted to spend some time learning the language in
> which those are written, you could make and install a locale that acts
> like you want. It's possible there's one out there already, because
> a lot of people seem to want that.

True. And, the declarative language glibc uses doesn't look that
complicated to me. However, you'd really have to vendor your own glibc
to make this work, since they are compiled to some binary
representation when glibc is built. That's probably prohibitively
complicated to manage.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hari Sankar A 2017-02-15 17:26:47 Re: Problem with PostgreSQL string sorting
Previous Message Tom Lane 2017-02-15 17:05:13 Re: Problem with PostgreSQL string sorting