Re: Per-column collation

Поиск
Список
Период
Сортировка
От marcin mank
Тема Re: Per-column collation
Дата
Msg-id AANLkTi=D1t4cJhmPXNGyWUUKKsK6U9gJFMTDCr_GE1ah@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Per-column collation  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Per-column collation  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Per-column collation  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> I can only look at the locales that the operating system provides.  We
> could conceivably make some simplifications like stripping off the
> ".utf8", but then how far do we go and where do we stop?  Locale names
> on Windows look different too.  But in general, how do you suppose we
> should map an operating system locale name to an "acceptable" SQL
> identifier?  You might hope, for example, that we could look through the

It would be nice if we could have some mapping of locale names bult
in, so one doesn`t have to write alternative sql depending on DB
server OS:
select * from tab order by foo collate "Polish, Poland"
select * from tab order by foo collate "pl_PL.UTF-8"

(that`s how it works now, correct?)

Greetings
Marcin Mańk


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Per-column collation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Explain analyze getrusage tracking