I have a problem when ordering columns in PostgreSQL even though it is properly configured in UTF-8.
The version of PostgreSQL is 9.3 and it is installing on a Maverick 10.9.5 MacOSX (this problem has already occurred in earlier versions of the system).
WhenIorderthe'name'columninphpPgAdmin,Django,ortheterminal,PostgreSQLisnotdealingwithuppercase,lowercase,andaccentedcharacterscorrectly.
Viewtheorderedtableasitgets:
As you can see, lowercase characters are getting longer than uppercase characters, and characters with accents are getting last.
I want you to have accents, be it uppercase or lowercase, that ordering is done correctly. Does anyone know how to solve this?