Changes between Version 8 and Version 9 of UsersWikiplpgsqlfunctions


Ignore:
Timestamp:
05/25/09 13:22:49 (16 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$$