Re: sorting RTL languages. - Mailing list pgsql-general

From Lincoln Yeoh
Subject Re: sorting RTL languages.
Date
Msg-id 5.1.0.14.1.20030203113934.02e02150@mbox.jaring.my
Whole thread Raw
In response to Re: sorting RTL languages.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: sorting RTL languages.  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
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.


pgsql-general by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: DBI driver and transactions
Next
From: Tom Lane
Date:
Subject: Re: Query plan question, and a memory leak