Opened 5 years ago

Closed 5 years ago

#4356 closed defect (fixed)

Remove ST_Accum

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

ST_Accum can be replaced with array_agg and confuse less people.

https://lists.osgeo.org/pipermail/postgis-devel/2019-March/027805.html

Change History (1)

comment:1 by komzpa, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17397:

Remove ST_Accum. Please use array_agg instead.

Closes #4356
Closes https://github.com/postgis/postgis/pull/393

Note: See TracTickets for help on using tickets.