Opened 2 years ago

Closed 2 years ago

#5021 closed defect (fixed)

Duplicate link to ST_Union aggregate function from documentation page

Reported by: lukaseder Owned by: robe
Priority: medium Milestone: PostGIS 3.2.0
Component: documentation Version: master
Keywords: Cc:

Description

This page here: https://postgis.net/docs/PostGIS_Special_Functions_Index.html#PostGIS_Aggregate_Functions

Lists the following entry twice:

ST_Union - Returns a geometry representing the point-set union of the input geometries.

Change History (3)

comment:1 by robe, 2 years ago

Component: websitedocumentation
Milestone: Website Management, BotsPostGIS 3.2.0

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

comment:2 by Regina Obe <lr@…>, 2 years ago

In 8985b60d/git:

Prevent duplicate links in Aggregate section. References #5021 for PostGIS 3.2

comment:3 by Regina Obe <lr@…>, 2 years ago

Resolution: fixed
Status: newclosed

In bbc8230/git:

Prevent duplicate links in Aggregate section. Closes #5021 for PostGIS 3.1

Note: See TracTickets for help on using tickets.