| name | value |
|---|---|
| name | public.st_curvetoline |
| return type | public.geometry |
| language | SQL |
| deterministic | YES |
result = public.st_curvetoline();
CREATE FUNCTION st_curvetoline(geometry, integer) RETURNS geometry AS '$libdir/liblwgeom', 'LWGEOM_curve_segmentize' LANGUAGE c IMMUTABLE STRICT;