Changes between Version 31 and Version 32 of UsersWikiplpgsqlfunctions


Ignore:
Timestamp:
Aug 5, 2020, 10:39:50 AM (4 years ago)
Author:
mdavis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctions

    v31 v32  
    2020CREATE OR REPLACE FUNCTION ST_Ellipse(x double precision, y double precision,
    2121  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)
    2324 RETURNS geometry AS
    2425 $$