ST_Points(geom: Geometry)
SELECT ST_AsText(ST_Points(ST_GeomFromEWKT('LINESTRING (2 4, 3 3, 4 2, 7 3)')));
MULTIPOINT ((2 4), (3 3), (4 2), (7 3))
Was this page helpful?