ST_Accum
Signatures
Description
This aggregate function constructs a GEOMETRYCOLLECTION
from a column of mixed dimension Geometries.
If there is only POINT
s in the column of Geometries, a MULTIPOINT
is returned. Same process with LINESTRING
s and POLYGON
s.
Examples
Case with same dimension geometries
Case with mixed dimension geometries
See also