]> granicus.if.org Git - postgis/commitdiff
Add uninstall lines for new buffer signatures
authorSandro Santilli <strk@keybit.net>
Wed, 24 Jun 2009 17:10:18 +0000 (17:10 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 24 Jun 2009 17:10:18 +0000 (17:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4207 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/uninstall_postgis.sql.in.c

index aa0b10532e11be11dc0a7480eb301a5c906705cd..8fd9dac511f35eaebee7a8cb8376cad685543a1b 100644 (file)
@@ -395,6 +395,8 @@ DROP FUNCTION ST_buffer(geometry,float8,integer);
 DROP FUNCTION buffer(geometry,float8,integer);
 DROP FUNCTION ST_Buffer(geometry,float8);
 DROP FUNCTION buffer(geometry,float8);
+DROP FUNCTION ST_buffer(geometry,float8,text);
+DROP FUNCTION _ST_buffer(geometry,float8,cstring);
 DROP FUNCTION ST_Intersection(geometry,geometry);
 DROP FUNCTION intersection(geometry,geometry);