Re: sorting RTL languages.

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: sorting RTL languages.
Дата
Msg-id J9304A8YV2X622YGAIC7DC8RTSZW.3e3e9650@cal-lab
обсуждение исходный текст
Ответ на Re: sorting RTL languages.  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Список pgsql-general
I think that the SQL standard should be extended to include:

blah blah blah ORDER::COLLATION BY blah blah blah

    -OR-

blah blah blah ORDER(COLLATION) BY blah blah blah


It would require the engine to have the collation in its system tables. Other collaltions
could be inserted, written. For example, 'US-EN-NA'=>US English, Numeric Alpha ordering. So
any database could order any language based on tables. The local user would not even have to
have the font to display it, if they weren't interested in displaying it.

I will probably write to the SQL standards board someday soon to propose this.


2/2/2003 7:42:53 PM, Lincoln Yeoh <lyeoh@pop.jaring.my> wrote:

>At 04:08 PM 2/2/03 -0500, Tom Lane wrote:
>
>>Well, if it was *only* a matter of rtl then he could do
>>         ORDER BY reverse(foo)
>>I don't think we have a string-reversing function (reverse('foo') = 'oof')
>>at the moment, but one would be easy to write.
>>
>>But I'm assuming the rtl property is just one of the ways in which
>>Hebraic sorting differs from plain ASCII... so he really needs a locale.
>
>Or an imaginary function: order by lang_order('hebrew',foo)
>
>Where lang order converts stuff so that in a C locale it's ordered correctly.
>
>Is that sort of thing possible? There'd be a performance penalty, but it
>could allow better flexibility.
>
>Link.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Documentation improvement suggestions
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: Postgres server output logfile