Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3476 closed defect (fixed)

ST_ClusterWithin and ST_ClusterIntersecting are not flagged as aggregates

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.2.2
Component: documentation Version: 2.2.x
Keywords: Cc:

Description

Noticed this when coming up a convention for window functions.

aggregates are filtered by the xsl parsers if they contain an argument of type: something set

so

geometry set raster set geography set

For window functions I settled on

winset

Since a window function technically takes a special kind of set that is defined by a window (thus distinguishing it from a regular aggregate that needs no window).

Change History (2)

comment:1 by robe, 8 years ago

Resolution: fixed
Status: newclosed

(In [14711]) use a new arg identifier winset for window functions. Update window functions to be flagged as taking input geometry winset Update templste.xml (to instruct how to flag window and aggregate functions) Update the comments generation to handle the new geometry winset type arg Closes #3474 Mark ST_ClusterWithin and ST_ClusterIntersecting as taking geometry set (so flagged as aggregates) Closes #3476

comment:2 by robe, 8 years ago

Fixed for 2.2 at r14712.

Note: See TracTickets for help on using tickets.