BUG #4526: Problem with sorting order by clause and null values(space) in the beginning og a string

Поиск
Список
Период
Сортировка
От stella
Тема BUG #4526: Problem with sorting order by clause and null values(space) in the beginning og a string
Дата
Msg-id 200811121908.mACJ82fU066078@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4526: Problem with sorting order by clause and null values(space) in the beginning og a string  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4526
Logged by:          stella
Email address:      stellajn@gmail.com
PostgreSQL version: 8.3.4
Operating system:   linux
Description:        Problem with sorting order by clause and null
values(space)  in the beginning og a string
Details:

Hi,

we experience a problem after upgrating to 8.3.4 from 8.2.5 as we use 'ORDER
BY' clause. The old version sorted char starting with null characters first
for example '   anything' would be before 'anything'. Saw there are some new
options NULLS FIRST/LAST, but they are not working in that case. Is there a
setting of the server so we can default to list first strings that start
with empty characters or a option that we should add to the query so the
sorting to be as we need to be ?

Thanks in addvance,
stella

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Chris Wood"
Дата:
Сообщение: substring with this pattern works in 8.3.1; does not work in 8.3.4
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4526: Problem with sorting order by clause and null values(space) in the beginning og a string