Changes between Version 8 and Version 9 of UsersWikiplpgsqlfunctions


Ignore:
Timestamp:
May 25, 2009, 1:22:49 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctions

    v8 v9  
    5151{{{
    5252#!sql
    53 CREATE OR REPLACE FUNCTION RotateAtPoint(geometry, double precision, double precision, double precision)
     53CREATE OR REPLACE FUNCTION RotateAtPoint(the_geom geometry, pt_x double precision, pt_y double precision, rotrads double precision)
    5454 RETURNS geometry AS
    5555$$