Re: RFC: array_agg() per SQL:200n
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Cc: Neil Conway <neilc@samurai.com>
Date: 2008-01-29T12:06:05Z
Lists: pgsql-hackers
Am Montag, 28. Januar 2008 schrieb Neil Conway: > To parse the ORDER BY clause, we'd need to special-case array_agg() in > the grammar The ORDER BY clause would also used in XMLAGG, so we should try to parse this in a generalized way. -- Peter Eisentraut http://developer.postgresql.org/~petere/