[postgis-devel] [PostGIS] #617: uninstall script get rid of drop cascade

PostGIS trac at osgeo.org
Mon Jan 9 02:25:11 PST 2012


#617: uninstall script get rid of drop cascade
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  strk         
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 1.5.4
Component:  build/upgrade/install  |     Version:  1.5.X        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by strk):

 Robe: we can't get rid of drop cascade for types due to circular
 dependencies: type requires input/output functions while output function
 needs type. Unless you handle to solve the puzzle the best we could do is
 add a check for the presence of tables requiring the type (and excluded
 the ones we install ourselves). Doesn't seem like an easy task, anyway.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/617#comment:6>
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-devel mailing list