Changes between Initial Version and Version 1 of Ticket #26067
- Timestamp:
- Jan 11, 2016, 3:22:21 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26067 – Description
initial v1 1 The Postgres-specific ArrayAgg and StringAgg aggregations were added in [https://docs.djangoproject.com/en/1.9/ref/contrib/postgres/aggregates/ Django 1.9]. 2 1 3 The [http://www.postgresql.org/docs/9.0/static/functions-aggregate.html documentation] of Postgres 9.0 first mentions the possibility of ordering the results within aggregations such as ARRAY_AGG and STRING_AGG. 2 4