Changes between Initial Version and Version 1 of Ticket #2841, comment 10
- Timestamp:
- 09/07/16 08:25:20 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2841, comment 10
initial v1 16 16 points[i] := ST_Translate(center, r*sin(i*theta), r*cos(i*theta)); 17 17 END LOOP; 18 RETURN ST_Make Line(points);18 RETURN ST_MakePolygon(ST_MakeLine(points)); 19 19 END; 20 20 $$ LANGUAGE PLPGSQL;