Re: Case insensitive ORDER BY - Mailing list pgsql-general

From Nick Barr
Subject Re: Case insensitive ORDER BY
Date
Msg-id 4059CDFA.4000207@chuckie.co.uk
Whole thread Raw
In response to Case insensitive ORDER BY  (Mark Lubratt <mark.lubratt@indeq.com>)
List pgsql-general
Mark Lubratt wrote:

> Is there a way to make ORDER BY case insensitive?
>
> Thanks!
> Mark
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>      subscribe-nomail command to majordomo@postgresql.org so that your
>      message can get through to the mailing list cleanly

Does the following work?

...  ORDER BY UPPER(some_string)




Nick




pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Opteron build process question
Next
From: Tom Lane
Date:
Subject: Re: Opteron build process question