Changes between Initial Version and Version 1 of Ticket #26067


Ignore:
Timestamp:
Jan 11, 2016, 3:22:21 AM (9 years ago)
Author:
Floris den Hengst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26067 – Description

    initial v1  
     1The Postgres-specific ArrayAgg and StringAgg aggregations were added in [https://docs.djangoproject.com/en/1.9/ref/contrib/postgres/aggregates/ Django 1.9].
     2
    13The [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.
    24
Back to Top