Changes between Version 4 and Version 5 of UsersWikiplpgsqlfunctions

Show
Ignore:
Timestamp:
04/13/09 16:32:18 (4 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctions

    v4 v5  
    8787}}} 
    8888 
    89  
     89 * '''Shift a straight line along dist units''' 
    9090{{{ 
    9191  CREATE OR REPLACE FUNCTION upgis_lineshift(centerline geometry, dist double precision) 
     
    124124}}} 
    125125 
    126  
    127  
    128  
    129 }}}