[postgis-tickets] [PostGIS] #5021: Duplicate link to ST_Union aggregate function from documentation page

PostGIS trac at osgeo.org
Tue Nov 16 19:37:06 PST 2021


#5021: Duplicate link to ST_Union aggregate function from documentation page
----------------------------+---------------------------
  Reporter:  lukaseder      |      Owner:  robe
      Type:  defect         |     Status:  new
  Priority:  medium         |  Milestone:  PostGIS 3.2.0
 Component:  documentation  |    Version:  master
Resolution:                 |   Keywords:
----------------------------+---------------------------
Changes (by robe):

 * component:  website => documentation
 * milestone:  Website Management, Bots => PostGIS 3.2.0


Comment:

 That page is an autogenerated page.  I think it's picking it up twice
 because the ST_Union function has two aggregate signatures:


 {{{
 geometry ST_Union(geometry set g1field);

 geometry ST_Union(geometry set g1field, float8 gridSize)
 }}}

 Once I remember how to write XSL path statements I'll fix this to list
 once for each refentry

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5021#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list