Opened 9 years ago
Closed 9 years ago
#3474 closed defect (fixed)
Update postgis_aggs_mm.xml.xsl script to create a new window functions section
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.0 |
Component: | documentation | Version: | master |
Keywords: | Cc: |
Description
Now that we have our first ever window functions, http://postgis.net/docs/manual-dev/ST_ClusterDBSCAN.html and http://postgis.net/docs/manual-dev/ST_ClusterKMeans.html
We need a bragging section for them. That also means coming up with a convention in the function page to flag them as window funcs so that they get picked up by the xsl parser.
Note:
See TracTickets
for help on using tickets.
(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