array_agg aggregate function, as per SQL:2008, but without ORDER BY clause
Peter Eisentraut <peter_e@gmx.net>
array_agg aggregate function, as per SQL:2008, but without ORDER BY clause Rearrange the documentation a bit now that array_agg and xmlagg have similar semantics and issues. best of Robert Haas, Jeff Davis, Peter Eisentraut
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +69 −16 |
| src/backend/catalog/sql_features.txt | modified | +1 −1 |
| src/backend/utils/adt/array_userfuncs.c | modified | +33 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_aggregate.h | modified | +4 −1 |
| src/include/catalog/pg_proc.h | modified | +8 −1 |
| src/include/utils/array.h | modified | +4 −1 |
| src/test/regress/expected/arrays.out | modified | +36 −0 |
| src/test/regress/sql/arrays.sql | modified | +7 −0 |