Bug #702: NULLs order by bug in 7.2.1

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #702: NULLs order by bug in 7.2.1
Дата
Msg-id 20020702194021.D38FE475E70@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #702: NULLs order by bug in 7.2.1  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: Bug #702: NULLs order by bug in 7.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
John Liu (johnl@emrx.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
NULLs order by  bug in 7.2.1

Long Description
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.
I thought Tom made some
fixes on this in 7.2 for order by.
Please provide us a fix patch suggestion
if possible.

Sample Code


No file was uploaded with this report

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql 7.2.1: \d (alone) missing from \?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem