]> granicus.if.org Git - postgis/commitdiff
Commented out the dropping of box2d casts as the upgrade scripts won't install the...
authorBborie Park <bkpark at ucdavis.edu>
Thu, 15 Dec 2011 00:16:00 +0000 (00:16 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 15 Dec 2011 00:16:00 +0000 (00:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8422 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index b0255b40cf408cf42ca2cddb48baea936c713f38..949a310674b88e41001b3ce9342146f75eb7e9c1 100644 (file)
@@ -52,8 +52,10 @@ DROP FUNCTION IF EXISTS st_contain(raster, raster);
 */
 
 -- drop box2d
+/* commented out for Regina's consideration
 DROP CAST IF EXISTS (raster AS box2d);
 DROP FUNCTION IF EXISTS box2d(raster);
+*/
 
 -- drop aggregates
 DROP AGGREGATE IF EXISTS ST_Union(raster, text, text, text, double precision, text, text, text, double precision, text, text, text, double precision);