Re: NULL-handling in aggregate(DISTINCT ...)

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: NULL-handling in aggregate(DISTINCT ...)
Дата
Msg-id 87vdhgtt4t.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: NULL-handling in aggregate(DISTINCT ...)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: NULL-handling in aggregate(DISTINCT ...)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:
> Andrew Gierth <andrew@tao11.riddles.org.uk> writes:>> Now the question: If the limit of one argument for DISTINCT
aggswere>> removed (which I'm considering doing as part of an update to the>> aggregate ORDER BY patch I posted a while
back),what should be the>> behaviour of agg(distinct x,y) where one or both of x or y is null?>> And should it depend
onthe strictness of the transition function?
 
Tom> I think you could probably just change it: make DISTINCT work asTom> per regular DISTINCT (treat null like a
value,keep one copy).Tom> All the spec-conforming aggregates are strict and would ignoreTom> the null in the next step
anyway.

Change it for single-arg DISTINCT too? And the resulting change to the
established behaviour of array_agg is acceptable? Just want to be clear
here.

-- 
Andrew.


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Unpredictable shark slowdown after migrating to 8.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NULL-handling in aggregate(DISTINCT ...)