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