result = public.st_wkttosql();
CREATE FUNCTION st_wkttosql(text) RETURNS geometry AS $_$SELECT geometryfromtext($1)$_$ LANGUAGE sql IMMUTABLE STRICT;