Jeremie Courreges-Anglas - Thu, 12 December 2019 at 11:35:51
> Can you actually use ICU as the default collation algorithm used by
> a database?
it's not totally straightforward but yes, on the schema level it's
possible to override collation:
macos=# CREATE TABLE t (n text COLLATE "fr-FR-x-icu")
On Thu, Dec 12 2019, "f.holop" wrote:
> Landry Breuil - Thu, 12 December 2019 at 08:51:49
>> On Thu, Dec 12, 2019 at 01:47:25AM +0100, Jeremie Courreges-Anglas wrote:
>> >
>> > +cc maintainer
>> >
>> > This has bugged me for some time, I think enabling ICU makes sense.
>> > Here's a wip diff. I
Landry Breuil - Thu, 12 December 2019 at 08:51:49
> On Thu, Dec 12, 2019 at 01:47:25AM +0100, Jeremie Courreges-Anglas wrote:
> >
> > +cc maintainer
> >
> > This has bugged me for some time, I think enabling ICU makes sense.
> > Here's a wip diff. I fear it might cause issues with existing
> > d
On Thu, Dec 12, 2019 at 01:47:25AM +0100, Jeremie Courreges-Anglas wrote:
>
> +cc maintainer
>
> This has bugged me for some time, I think enabling ICU makes sense.
> Here's a wip diff. I fear it might cause issues with existing
> databases. Real world tests would probably help.
I doubt it can
On Wed, Dec 11, 2019 at 4:50 PM Jeremie Courreges-Anglas
wrote:
>
> +cc maintainer
>
> This has bugged me for some time, I think enabling ICU makes sense.
> Here's a wip diff. I fear it might cause issues with existing
> databases. Real world tests would probably help.
>
I would prefer that we
+cc maintainer
This has bugged me for some time, I think enabling ICU makes sense.
Here's a wip diff. I fear it might cause issues with existing
databases. Real world tests would probably help.
FWIW I would also like to enable DEBUG_PACKAGES and investigate
whether --disable-thread-safety rea
Ingo Schwarze - Wed, 11 December 2019 at 20:46:05
> Hi,
>
> Stuart Henderson wrote on Wed, Dec 11, 2019 at 07:19:16PM +:
> > On 2019/12/11 19:57, f.holop wrote:
> >> Ingo Schwarze - Wed, 11 December 2019 at 18:42:35
>
> i have noticed that libc collation on OpenBSD is broken (also on mac
Hi,
Stuart Henderson wrote on Wed, Dec 11, 2019 at 07:19:16PM +:
> On 2019/12/11 19:57, f.holop wrote:
>> Ingo Schwarze - Wed, 11 December 2019 at 18:42:35
i have noticed that libc collation on OpenBSD is broken (also on macos) :(
>>> It is intentional that OpenBSD does not support coll
On 2019/12/11 19:57, f.holop wrote:
> Ingo Schwarze - Wed, 11 December 2019 at 18:42:35
> > > i have noticed that libc collation on OpenBSD is broken (also on macos) :(
> >
> > It is intentional that OpenBSD does not support collation for locales
> > other than "C" in libc, and i'm not aware of an
Ingo Schwarze - Wed, 11 December 2019 at 18:42:35
> > i have noticed that libc collation on OpenBSD is broken (also on macos) :(
>
> It is intentional that OpenBSD does not support collation for locales
> other than "C" in libc, and i'm not aware of any developer who might
> have plans to add it i
Hi,
f.holop wrote on Tue, Dec 10, 2019 at 05:07:07PM +0100:
> i have noticed that libc collation on OpenBSD is broken (also on macos) :(
It is intentional that OpenBSD does not support collation for locales
other than "C" in libc, and i'm not aware of any developer who might
have plans to add it
11 matches
Mail list logo