]> granicus.if.org Git - postgis/commitdiff
Drop pgis_abs and all dependent functions in one go
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 6 Mar 2018 20:18:16 +0000 (20:18 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 6 Mar 2018 20:18:16 +0000 (20:18 +0000)
Reference #4035

git-svn-id: http://svn.osgeo.org/postgis/trunk@16448 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis_drop_after.sql

index b5c559e9fc6bb0c6859be291cae2907213235169..de46d063d9c3e7a050195dc18e394e4122437c18 100644 (file)
@@ -156,9 +156,7 @@ DROP FUNCTION IF EXISTS ST_AsBinary(text); -- deprecated in 2.0
 DROP FUNCTION IF EXISTS postgis_uses_stats(); -- deprecated in 2.0
 
 -- Old accum aggregate support type, removed in 2.5.0
-DROP FUNCTION IF EXISTS pgis_abs_in(cstring);
-DROP FUNCTION IF EXISTS pgis_abs_out(pgis_abs);
-DROP TYPE IF EXISTS pgis_abs;
+DROP TYPE IF EXISTS pgis_abs CASCADE;
 
 DROP FUNCTION IF EXISTS st_astwkb(geometry,integer,bigint,bool,bool); -- temporarely introduced before 2.2.0 final
 DROP FUNCTION IF EXISTS pgis_twkb_accum_transfn(internal,geometry,integer); -- temporarely introduced before 2.2.0 final