Hide
original bugid: #6845
Depedning of the Locale used during initdb, order by is always case insensitive in postgresql. There is no need for specifying order by UPPER(title).
On the other hand, perhaps warning must be logged if you want to order by case sensitively. This is probably only possible if the locale was C or POSSIX. The inverse is true if the locale was something like a real language.
Show
original bugid: #6845
Depedning of the Locale used during initdb, order by is always case insensitive in postgresql. There is no need for specifying order by UPPER(title).
On the other hand, perhaps warning must be logged if you want to order by case sensitively. This is probably only possible if the locale was C or POSSIX. The inverse is true if the locale was something like a real language.