[postgis-tickets] r16448 - Drop pgis_abs and all dependent functions in one go

Paul Ramsey pramsey at cleverelephant.ca
Tue Mar 6 12:18:16 PST 2018


Author: pramsey
Date: 2018-03-06 12:18:16 -0800 (Tue, 06 Mar 2018)
New Revision: 16448

Modified:
   trunk/postgis/postgis_drop_after.sql
Log:
Drop pgis_abs and all dependent functions in one go
Reference #4035


Modified: trunk/postgis/postgis_drop_after.sql
===================================================================
--- trunk/postgis/postgis_drop_after.sql	2018-03-06 13:51:28 UTC (rev 16447)
+++ trunk/postgis/postgis_drop_after.sql	2018-03-06 20:18:16 UTC (rev 16448)
@@ -156,9 +156,7 @@
 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



More information about the postgis-tickets mailing list