Re: once again, sorting with Unicode

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: JBJ <postgre(at)totw(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: once again, sorting with Unicode
Date: 2003-02-19 15:22:37
Message-ID: 11412.1045668157@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

JBJ <postgre(at)totw(dot)org> writes:
> Furthermore I will have to be able to switch between is_IS and others to
> get the correct sort order ( russian sort order different from icelandic
> for example, simply due to the nature of the letters) live when the user
> selects a different language.

Postgres can't do that at the moment :-(. You might be able to hack up
some custom functions to do something like
ORDER BY icelandic(text_col)
but it'll be messy, and probably slow.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2003-02-19 15:22:57 Re: Default column titles in a select...
Previous Message Christoph Haller 2003-02-19 15:10:40 Re: Default column titles in a select...