[postgis-tickets] [PostGIS] #5502: ERROR: cannot drop function st_bandmetadata(raster, integer) because other objects depend on it

PostGIS trac at osgeo.org
Wed Aug 30 10:10:09 PDT 2023


#5502: ERROR:  cannot drop function st_bandmetadata(raster,integer) because other
objects depend on it
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.4.1
 Component:  build/upgrade/install  |    Version:  3.4.x
Resolution:                         |   Keywords:  raster
------------------------------------+---------------------------
Comment (by strk):

 We'll need `pg_catalog.pg_get_function_identity_arguments` to spot the
 difference, which goes from:

 > rast raster, band integer[], OUT bandnum integer, OUT pixeltype text,
 OUT nodatavalue double precision, OUT isoutdb boolean, OUT path text, OUT
 outdbbandnum integer, OUT filesize bigint, OUT filetimestamp bigint

 to:

 > rast raster, band integer[]
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5502#comment:3>
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