<div dir="ltr">Hi,<div><br></div><div>I use ST_union aggregate function to union a set of polygons with group by clause.</div><div>I see there is another function ST_UnaryUnion() in PostGIS. Can i use it instead of</div><div>
normal ST_Union? When i replaced ST_Union with ST_UnaryUnion in the query,</div><div>it gave me an error because it is not an aggregate function. So how to use this function</div><div>in a PostGIS query which selects group of polygons using group by clause?</div>
<div><br></div><div>Cheers, Brian.</div></div>