Re: TODO item - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: TODO item
Date
Msg-id 1238253500.17035.3.camel@jdavis
Whole thread Raw
In response to Re: TODO item  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: TODO item  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
On Sat, 2009-03-28 at 11:57 +0000, Andrew Gierth wrote:
> The array_agg() does, I believe, match the standard one, at least
> my reading of the spec doesn't reveal any obvious issues there.

I think it's missing the ORDER BY clause. This is not as important for
PostgreSQL because we can do ORDER BY in a subselect, but it's still a
deviation from the standard.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: TODO item
Next
From: Andrew Gierth
Date:
Subject: Re: TODO item