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