| name | value |
|---|---|
| name | public.multilinestringfromtext |
| return type | public.geometry |
| language | SQL |
| deterministic | YES |
result = public.multilinestringfromtext();
CREATE FUNCTION multilinestringfromtext(text) RETURNS geometry AS $_$SELECT MLineFromText($1)$_$ LANGUAGE sql IMMUTABLE STRICT;