From: Bborie Park Date: Thu, 28 Dec 2017 16:43:18 +0000 (+0000) Subject: make sure to drop function for upgrade X-Git-Tag: 2.5.0alpha~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89979ea3414c481504fa9c6708c1d7954a85cf18;p=postgis make sure to drop function for upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@16194 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in b/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in index a3932412e..0374325e6 100644 --- a/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in +++ b/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in @@ -577,6 +577,9 @@ DROP FUNCTION IF EXISTS _st_aspect4ma(float8[], text, text[]); DROP FUNCTION IF EXISTS _st_hillshade4ma(float8[], text, text[]); DROP FUNCTION IF EXISTS _st_slope4ma(float8[], text, text[]); +-- function signature changed +DROP FUNCTION IF EXISTS st_gdaldrivers(); + -- function signature change -- return value changed DO LANGUAGE 'plpgsql' $$