From: | Erika Terahata Torres Prada e Silva - MPS <erika(dot)prada(at)previdencia(dot)gov(dot)br> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Issue on Varchar Ordering |
Date: | 2006-08-16 14:25:38 |
Message-ID: | 5519B95F9CA8B94DA8DE3F0A3337567201743A3F@wtdfl055.prevnet |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I´m with the same problem at order by at version 8.0.3 and O.S. Debian.
I´ve tried with locale C, UTF8, encoding LATIN1, UNICODE and it did't work.
* From: "Rodrigo Hjort" < <mailto:rodrigo(dot)hjort(at)DOMAIN(dot)HIDDEN> rodrigo
( dot ) hjort ( at ) gmail ( dot ) com>
* To: <mailto:pgsql-hackers(at)DOMAIN(dot)HIDDEN> pgsql-hackers ( at )
postgresql ( dot ) org
* Subject: Issue on Varchar Ordering
* Date: Wed, 29 Mar 2006 12:04:36 -0300
_____
Pg-Hackers,
I'm having the following issue:
create table aluno (id serial, nome varchar(60));
rodrigo=# select * from aluno order by nome offset 35 limit 5;
id | nome
----+-----------------------------------
36 | GABRIELA HELEDA DE SOUZA
37 | GABRIELA JACOBY NOS
38 | GABRIEL ALCIDES KLIM PERONDI
39 | GABRIELA LETICIA BATISTA NUNES
40 | GABRIEL ALEXANDRE DA SILVA MANICA
(5 registros)
The problem is that records with id 38 and 40 might come before the others.
It seems that the spacing isn't considered on ordering.
The encoding (LATIN1) is correct according to Brazilian Portuguese, and the
settings are listed below.
From | Date | Subject | |
---|---|---|---|
Next Message | Soulabaille Samantha | 2006-08-16 14:44:54 | Re: two databases in one |
Previous Message | Ben K. | 2006-08-16 13:48:14 | Re: two databases in one |