Re: min() and NaN

Поиск
Список
Период
Сортировка
От Michael Tibbetts
Тема Re: min() and NaN
Дата
Msg-id 200307221403.h6ME3Oxj007225@head-cfa.cfa.harvard.edu
обсуждение исходный текст
Ответ на Re: min() and NaN  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Treating NaN's as larger(or smaller) than all ordinary values seems a fine way 
to go.

It avoids the situation where you request MIN and get an ordinary value which 
is greater than the minimum ordinary value in the table.  If MIN(or MAX given 
the ordering you're suggesting) returns NaN, the user would stand better odds 
of figuring out that something about the query needs to be changed.

Returning an plausible, though possibly incorrect, ordinary value from MIN or 
MAX if there are NaN's in the column can lead users to make some unfortunate 
mistakes(voice of experience?).

Thanks for your help,
Mike


> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Is this a TODO?
> 
> It'll only take ten minutes to make it a DONE, once we figure out what
> the behavior ought to be.  So far I think both Stephan and I argued that
> MIN/MAX ought to treat NaN as larger than all ordinary values, for
> consistency with the comparison operators.  That was not the behavior
> Michael wanted, but I don't see that we have much choice given the
> wording of the SQL spec.  Does anyone want to argue against that
> definition?
> 
>             regards, tom lane






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

Предыдущее
От: elein
Дата:
Сообщение: Re: obtuse plpgsql function needs
Следующее
От: paul cannon
Дата:
Сообщение: rule causes nextval() to be invoked twice