case insensitive sort for output from SELECT - Mailing list pgsql-sql

From spam@freeuk.com (Stephen Patterson)
Subject case insensitive sort for output from SELECT
Date
Msg-id slrn9g5gva.9il.spam@localhost.localdomain
Whole thread Raw
List pgsql-sql
Is there any way to alphabetically sort the output of a select
statement correctly?

what I'm using at the moment is
SELECT data FROM table ORDER BY DATA ASC 
which gives (for example)
A
B
C
a
b

Is there any way to rig this so that it sorts 'properly', i.e. both
the a's come together? 

Given what I'm working on, I could use either a pure SQL solution or
some perl to put around the perl DBI.

-- 
It's a great big universe and we're all really puny, just tiny little specks 
'bout the size of Mickey Rooney -- Animaniacs
--    --    --    --    --    --    --    --    --    --
Stephen Patterson    s.patterson@SPAMOFFfreeuk.com (Remove SPAMOFF to reply)
http://home.freeuk.net/s.patterson/


pgsql-sql by date:

Previous
From: "G. Anthony Reina"
Date:
Subject: "avg" function for arrays?
Next
From: George Moga
Date:
Subject: Re: Select most recent record?