I'm trying to make union then difference between the same polygons using this code: ST_Simplify(ST_Difference(ST_Simplify(ST_MakePolygon(ST_ExteriorRing(ST_UNION(parcelles.shape_prcelle, d_poly.geom))), 0.001), d_poly.geom), 0.001)
i've added some simplify to remove any very small errors in...