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