Opened 14 months ago
Closed 14 months ago
#5502 closed defect (fixed)
ERROR: cannot drop function st_bandmetadata(raster,integer) because other objects depend on it
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | build | Version: | 3.4.x |
Keywords: | raster | Cc: |
Description
Spotted via make -C raster/test/regress/ check-locked-upgrade
Change History (5)
comment:1 by , 14 months ago
comment:2 by , 14 months ago
Hold on, taking it back, the signature actually changed from using OUT parameters to returning table. This happened in 2.5.0
comment:3 by , 14 months ago
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[]
Note:
See TracTickets
for help on using tickets.
2 signature, never changed since 2.0.0 which was the first version including raster officially