Re: Optimizing maximum/minimum queries (yet again)

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Optimizing maximum/minimum queries (yet again)
Дата
Msg-id 20050409024432.GA4026@wolff.to
обсуждение исходный текст
Ответ на Optimizing maximum/minimum queries (yet again)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Optimizing maximum/minimum queries (yet again)
Список pgsql-hackers
On Fri, Apr 08, 2005 at 20:50:09 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 
> Comments?  Anyone see anything I missed?

Thinking about the case for NULLs some more, I am wondering if you are
going to treat aggregates with strict state functions different than
those that don't? It seems for ones with strict state functions you need
to not include NULL values when doing using ORDER BY. For aggregates
that aren't strict it may be possible that it is desired that NULL
be returned if there is a NULL value in one of the rows.


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Optimizing maximum/minimum queries (yet again)
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Optimizing maximum/minimum queries (yet again)