Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()
Дата
Msg-id 17173.1084980371@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()  (Marko Karppinen <marko@karppinen.fi>)
Список pgsql-hackers
Marko Karppinen <marko@karppinen.fi> writes:
> I think this interaction between the locale and server_encoding is
> confusing. Is there any use case for running an incompatible mix?

In hindsight we should probably not have invented per-database encoding
selection, since it's so fragile to use in combination with cluster-wide
locale settings.  However I believe that a lot of people in the Far East
are using multiple database encodings successfully, since they don't
much care about upper()/lower() etc ...

The long-term answer is to write our own locale support so we can
eliminate the cluster-wide-locale restriction.  In the meantime I don't
want to remove flexibility that is useful to some people.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Table Spaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Call for 7.5 feature completion