]> granicus.if.org Git - postgis/commitdiff
Added DROP CAST and DROP FUNCTION for box2d.
authorBborie Park <bkpark at ucdavis.edu>
Wed, 14 Dec 2011 23:02:37 +0000 (23:02 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 14 Dec 2011 23:02:37 +0000 (23:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8420 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index 9d8370c9046436b281f54eed31a2575a82627967..b3ac89f5b72863634a7e8cbbdd73c3b6b0819e7c 100644 (file)
 -- Drop obsolete functions 
 -- (which fully obsolete, changed to take default args, or outp params changed) --
 
+-- drop box2d
+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);
 DROP AGGREGATE IF EXISTS ST_Union(raster, text, text, text);