ST_ReducePrecision (A: Geometry, B: Integer)
SELECT ST_ReducePrecision(ST_GeomFromWKT('Point(0.1234567890123456789 0.1234567890123456789)') , 9)
POINT (0.123456789 0.123456789)
Was this page helpful?