Ticket #1359 (closed task: fixed)

Opened 18 months ago

Last modified 18 months ago

Cleanup after box3d_extent removal

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

Now that box3d_extent is gone (r8324) we need a way, possibly, to get live databases in sync with the change.

This includes replacing an aggregate (ST_Extent), dropping a type and a bunch of functions.

It's to be figured out which script would do that for us...

Change History

Changed 18 months ago by strk

new_postgis_restore.pl would need to be added old objects to skip I added some in postgis_restore.pl but that's likely an obsoleted script

Changed 18 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

r8338 adds the skips to posgis_restore.pl and new_postgis_restore.pl

I don' think we also need to do something in legacy install/uninstall since box3d_extent type would require the C side of things so probably won't work with an SQL only approach...

Note: See TracTickets for help on using tickets.