]> granicus.if.org Git - postgis/commitdiff
#1630: Swap the order of dropping - you have to drop the function first before the...
authorRegina Obe <lr@pcorp.us>
Wed, 29 Feb 2012 09:00:10 +0000 (09:00 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 29 Feb 2012 09:00:10 +0000 (09:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9342 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index e041a7c3214d681054b00751530372cb787eeb0f..8b260dbea5fd5d553a2b64901504244556d9458d 100644 (file)
@@ -313,6 +313,6 @@ DROP FUNCTION IF EXISTS st_intersection(raster, geometry, regprocedure);
 DROP FUNCTION IF EXISTS st_clip(raster, geometry, float8, boolean);
 
 -- refactoring of functions
-DROP TYPE IF EXISTS wktgeomval;
 DROP FUNCTION IF EXISTS _st_dumpaswktpolygons(rast raster, band integer);
+DROP TYPE IF EXISTS wktgeomval;