Changes between Version 2 and Version 3 of UsersWikiplpgsqlfunctions
- Timestamp:
- 04/13/09 16:26:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiplpgsqlfunctions
v2 v3 85 85 COMMENT 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'; 86 86 87 }}} 88 89 {{{ 87 90 CREATE OR REPLACE FUNCTION upgis_!lineshift(centerline geometry, dist double precision) 88 91 RETURNS geometry AS … … 120 123 }}} 121 124 125 126 127 128 }}}