]> granicus.if.org Git - postgis/commitdiff
Add uninstall recipe for AddMeasure (#390)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 25 Jan 2010 21:06:15 +0000 (21:06 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 25 Jan 2010 21:06:15 +0000 (21:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5163 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/uninstall_postgis.sql.in.c

index dd5404e91816fcfed51fdbee0de37110963a1e32..171d9aa0ddb12134e4dad3738444684c4ac2302c 100644 (file)
@@ -398,7 +398,9 @@ DROP FUNCTION ST_line_substring(geometry, float8, float8);
 DROP FUNCTION line_substring(geometry, float8, float8);
 DROP FUNCTION ST_line_interpolate_point(geometry, float8);
 DROP FUNCTION line_interpolate_point(geometry, float8);
-
+DROP FUNCTION ST_AddMeasure(geometry, float8, float8);
+DROP FUNCTION ST_StartMeasure(geometry);
+DROP FUNCTION ST_EndMeasure(geometry);
 
 ---------------------------------------------------------------
 -- Algorithms