Problem wyth Case-sensitive ORDER BY - Mailing list pgsql-novice

From Erik Ferencz
Subject Problem wyth Case-sensitive ORDER BY
Date
Msg-id 000001c6f2d7$6eb0f8a0$fc01a8c0@a040725b
Whole thread Raw
Responses Re: Problem wyth Case-sensitive ORDER BY  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-novice
Hi!
It is possible to make ORDER BY not CASE-SENSITIVE ??
 
I need output like this
 
Cardio
cerdio
Cordio
curdio
 
But I always get output like this
 
Cardio
Cordio
cerdio
curdio
 
 
How can I force ORDER BY to ord strings in my way?? I mean, I use charakters like ú.ľ,š,č,ť,ž that have spetial order in my language.
 
Thanks for any help

pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: Migrating database from Unix to Windows
Next
From: "Gregory S. Williamson"
Date:
Subject: Re: [SQL] [GENERAL] How to split a table?