Changes between Version 31 and Version 32 of UsersWikiplpgsqlfunctions
- Timestamp:
- 08/05/20 10:39:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiplpgsqlfunctions
v31 v32 20 20 CREATE OR REPLACE FUNCTION ST_Ellipse(x double precision, y double precision, 21 21 rx double precision, ry double precision, 22 rotation double precision DEFAULT 0.0, quadSeg integer DEFAULT 8) 22 rotation double precision DEFAULT 0.0, 23 quadSeg integer DEFAULT 8) 23 24 RETURNS geometry AS 24 25 $$