Re: [GENERAL] Problem with sorting on PostgreSQL 9.0.3

2011-04-25 Thread Tom Lane
Jean Pereira writes: > [ different sorting results in 8.4.3 and 9.0.3 ] This probably means you have a different LC_COLLATE setting in the 9.0 installation than the 8.4 one. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make

[GENERAL] Problem with sorting on PostgreSQL 9.0.3

2011-04-25 Thread Jean Pereira
I'm having a problem with the sort of names with accents In the version of postgres 8.4.3, I run the following command: SELECT name FROM person ORDER BY name And I have the following result: name -- - Abel Clara Valentin Ab