| name | value |
|---|---|
| name | public.se_locatealong |
| return type | public.geometry |
| language | SQL |
| deterministic | YES |
result = public.se_locatealong();
CREATE FUNCTION se_locatealong(geometry, double precision) RETURNS geometry AS $_$SELECT locate_between_measures($1, $2, $2)$_$ LANGUAGE sql IMMUTABLE STRICT;