Collects all geometries in a geometry column into a single multi-geometry (MultiPoint, MultiLineString, MultiPolygon, or GeometryCollection). UnlikeDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
ST_Union_Agg, this function does not dissolve boundaries between geometries - it simply collects them into a multi-geometry.
Signatures
Parameters
The input geometry.
Return type
The resulting geometry.

