Weird order problem (ignoring whitespaces?)

Поиск
Список
Период
Сортировка
От g.o.d@zefix.tv
Тема Weird order problem (ignoring whitespaces?)
Дата
Msg-id 20030702113256.GB15132@sfear.sc-networks.de
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Együd Csaba
Дата:
Сообщение: Re: Postgres - Delphi Application
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: SEQUENCE and PRIMARY KEY