Changes between Version 2 and Version 3 of UsersWikiplpgsqlfunctions


Ignore:
Timestamp:
Apr 13, 2009, 4:26:08 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctions

    v2 v3  
    8585COMMENT ON FUNCTION fnpoly_to_rings(geometry) IS 'Takes as argument a multipolygon or polygon and returns a multilinestring consisting of the interior and exterior rings of the polygon/multipolygon';
    8686
     87}}}
     88
     89{{{
    8790  CREATE OR REPLACE FUNCTION upgis_!lineshift(centerline geometry, dist double precision)
    8891  RETURNS geometry AS
     
    120123}}}
    121124
     125
     126
     127
     128}}}