Re: Bug #702: NULLs order by bug in 7.2.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #702: NULLs order by bug in 7.2.1
Дата
Msg-id 24640.1025707207@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #702: NULLs order by bug in 7.2.1  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> select date_fld from my_table order by date_fld desc;

> The above query put NULLs on top of normal values
> in stead of bottom, this is not the case in 7.1.3.

This is not a bug; it is an intentional change in behavior to conform
to SQL92.  We are not going to change it back --- unless you can
convince us that our reading of the spec is incorrect.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #703: granted permisions lost next day
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #703: granted permisions lost next day