Re: [pgsql-packagers] Palle Girgensohn's ICU patch - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: [pgsql-packagers] Palle Girgensohn's ICU patch
Date
Msg-id CAM3SWZSuuhgg_9hgx7+NQQXFDcQ+1Mzk9aGyEpfNguCPAm8yfA@mail.gmail.com
Whole thread Raw
In response to Re: [pgsql-packagers] Palle Girgensohn's ICU patch  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
On Wed, Nov 26, 2014 at 6:21 AM, Greg Stark <stark@mit.edu> wrote:
> There were a number of problems with using ICU including the large
> dependency and the limitations of the iterator model but the main
> issue was that it's fundamentally a choice between being consistent
> with every other application on your system and being consistent with
> other Postgres databases running on other OSes. Most people run
> multiple applications on one OS, not many databases on many OSes on
> their own with no other applications. If Postgres used ICU then its
> output would be inconsistent with things like "sort" or "ls" or your
> application programming language's comparison operators.

Unless your application programming language is written in Java, as many are.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [BUGS] BUG #12070: hstore extension: hstore_to_json_loose produces invalid JSON
Next
From: Peter Geoghegan
Date:
Subject: Re: [pgsql-packagers] Palle Girgensohn's ICU patch