Re: Rough sketch for locale by default - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Rough sketch for locale by default
Date
Msg-id 1017331004.6061.21.camel@taru.tm.ee
Whole thread Raw
In response to Rough sketch for locale by default  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Wed, 2002-03-27 at 19:05, Peter Eisentraut wrote:
> I've mentioned a while ago that I wanted to make the --enable-locale
> switch the default (and remove the switch), and make the choice of
> locale-awareness a run-time choice.  Here is how that might work. I've
> already explained how I plan to get around the performance problems, so
> this will just focus on the user interface.
> 
> We currently have two kinds of locale categories:  Those that must be
> fixed at initdb-time and those that may be changed at run-time.

As a more radical idea we should get rid of those which are fixed at
initdb time (except databases storage charset) and do proper NCHAR types
for anything not in C locale.

-----------
Hannu




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Rough sketch for locale by default
Next
From: Stephan Szabo
Date:
Subject: Re: deadlock problems with foreign keys