Re: TODO item

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Cc: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO item
Date: 2009-03-28 15:18:20
Message-ID: 1238253500.17035.3.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2009-03-28 15:35:01 Re: TODO item
Previous Message Bruce Momjian 2009-03-28 14:44:03 Re: TODO item