how to transform multipoint to point?

1

I can not load a Postpoint multipoint geometry into a table with point geometry.

A constraint error occurs in relation to the definition of the geometry column. Do not just change the string of this constraint.

CONSTRAINT enforce_geotype_geometry_columns CHECK (geometrytype(geometry_columns) = 'POINT'::text OR geometry_columns IS NULL),
    
asked by anonymous 10.03.2017 / 12:56

0 answers