"David E. Wheeler" <david(at)kineticode(dot)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
In response to
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2010-09-01 18:25:51 |
| Subject: Re: array_agg() NULL Handling |
| Previous: | From: David E. Wheeler | Date: 2010-09-01 18:12:37 |
| Subject: Re: array_agg() NULL Handling |