Re: array_agg() NULL Handling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array_agg() NULL Handling
Дата
Msg-id 28324.1283365412@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array_agg() NULL Handling  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> On Sep 1, 2010, at 10:30 AM, Tom Lane wrote:
>> Most aggregate functions ignore null inputs, so that rows in which
>> one or more of the expression(s) yield null are discarded.  (This
>> can be assumed to be true, unless otherwise specified, for all
>> built-in aggregates.)

> I don't think you need the parentheses, though without them, "This" might be better written as "The ignoring of
NULLs".

Done, without the parentheses.  I didn't add "The ignoring of NULLs",
it seemed a bit too verbose.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: array_agg() NULL Handling
Следующее
От: Tom Lane
Дата:
Сообщение: Re: array_agg() NULL Handling