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