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