[postgis-tickets] [PostGIS] #5500: ERROR: cannot drop function st_mapalgebrafct(raster, regprocedure) because other objects depend on it

PostGIS trac at osgeo.org
Wed Aug 30 03:54:36 PDT 2023


#5500: ERROR:  cannot drop function st_mapalgebrafct(raster,regprocedure) because
other objects depend on it
----------------------+---------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.4.1
 Component:  postgis  |    Version:  3.4.x
Resolution:           |   Keywords:
----------------------+---------------------------
Comment (by strk):

 The postgis core before-upgrade script is somewhat smarter as it uses a
 _drop_function_if_needed taking also parameter names, so it won't drop
 functions if they are not really deprecated.

 It would be a good step forward to re-use that code in the raster part.
 Of course doing so would require finding out the name of parameters over
 time.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5500#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list