Re: Sorting Problem - Mailing list pgsql-general

From Tim Edwards
Subject Re: Sorting Problem
Date
Msg-id Law10-F90diz7RzDe1n0001211a@hotmail.com
Whole thread Raw
In response to Sorting Problem  ("Tim Edwards" <mor4321@hotmail.com>)
List pgsql-general
I was afraid of something like that. I found a sort term fix by using the
following:

select remote_model,
translate(remote_model, '-', 'a')
from remote
order by translate(remote_model, '-', 'a') asc

But it's an ugly answer to this, but it works for now. Guess I'm going to be
readin up on Locales

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail


pgsql-general by date:

Previous
From: Martin Marques
Date:
Subject: Re: PostGreSQL - Accessing It
Next
From: Robert Creager
Date:
Subject: Re: How to prevent vacuum and reindex from deadlocking.