Weird order problem (ignoring whitespaces?) - Mailing list pgsql-sql

From g.o.d@zefix.tv
Subject Weird order problem (ignoring whitespaces?)
Date
Msg-id 20030702113256.GB15132@sfear.sc-networks.de
Whole thread Raw
List pgsql-sql
Hello,

I used to run a program on a box with postgres 7.1
There was data like:
'abc  234'
'abc 1234'

(not the extra blank before 234)

so after a select * from x order by field i got
'abc  234'
'abc 1234'

but since this program runs on a 7.3 postgres version
i get.

'abc 1234'
'abc  234'

it seems that postgres ignores the blank.

What can i do to get it work again?

Thanx,
Heiko Irrgang


pgsql-sql by date:

Previous
From: Együd Csaba
Date:
Subject: Re: Postgres - Delphi Application
Next
From: Rod Taylor
Date:
Subject: Re: SEQUENCE and PRIMARY KEY