Opened 9 months ago

Closed 8 months ago

#5504 closed defect (fixed)

ERROR: cannot drop function st_setgeoreference(raster,text,text) 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 (2)

comment:1 by Sandro Santilli <strk@…>, 8 months ago

In 58780c6f/git:

Deprecate older raster functions instead of dropping them

Fix raster unpackaging script creator to handle script based drops

in master (3.5.0dev) branch:

References #5516 #5517 #5502 #5503 #5504 #5505 #5506 #5507 #5508

#5509 #5510 #5511 #5512 #5513 #5514 #5515 #5516

comment:2 by Sandro Santilli <strk@…>, 8 months ago

Resolution: fixed
Status: newclosed

In e428b70/git:

Backport all fixes to deal with upgrades in presence of views

  • Use a common before/after upgrade script for core and raster: rename deprecated funx before, drop them (if possible) after
  • Properly encode all deprecation from 2.5 onward
  • Update run_test.pl to support double upgrades and give hints upon leaving functions in the database

In 3.4 branch (3.4.1dev):

closes #5493 #5502 #5503 #5504 #5505 #5506 #5507 #5508 #5509 #5510

#5511 #5512 #5513 #5514 #5515 #5516 #5516 #5517 #5523 #5524

Note: See TracTickets for help on using tickets.