Re: Aggregate ORDER BY patch - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Aggregate ORDER BY patch
Date
Msg-id 1258112203.7053.23.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Aggregate ORDER BY patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: Aggregate ORDER BY patch
List pgsql-hackers
On fre, 2009-11-13 at 03:16 +0000, Andrew Gierth wrote:
> Caveat: as discussed earlier, this patch changes the behaviour of
> array_agg(DISTINCT x) when applied to NULL inputs. Formerly, the NULLs
> were unconditionally skipped; now, they are treated just like DISTINCT
> or GROUP BY normally do.

The right answer to that should be in the SQL standard.




pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Application name patch - v3
Next
From: Peter Eisentraut
Date:
Subject: Re: Python 3.1 support