Re: once again, sorting with Unicode - Mailing list pgsql-sql

From Troy
Subject Re: once again, sorting with Unicode
Date
Msg-id 200302192016.h1JKGSEU014871@tksoft.com
Whole thread Raw
In response to Re: once again, sorting with Unicode  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: once again, sorting with Unicode
List pgsql-sql
You can generate indexes for your custom functions, though,
which will speed things up. This is what I've done, successfully.



Troy



> 
> JBJ <postgre@totw.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
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> 



pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: simple join problem
Next
From: Stephan Szabo
Date:
Subject: Re: simple join problem