[postgis-tickets] [PostGIS] #2138: When drop postgis_topology extension doesn't drop topology schema

PostGIS trac at osgeo.org
Tue May 6 21:44:25 PDT 2014


#2138: When drop postgis_topology extension doesn't drop topology schema
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  robe         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.2.0
Component:  topology  |     Version:  2.0.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by robe):

 Hmm I don't think so.  Closest thing I can think of is 9.3 event triggers.
 Then we could define a trigger on drop extension event.
 http://www.postgresql.org/docs/9.3/interactive/event-trigger-matrix.html
 That sounds kind of scary though since it would check whenever any
 extension is dropped and not sure what happens if you have an event
 trigger as part of an extension and its triggering would drop itself.  We
 might have to push this to PostGIS Future and raise as a feature request
 upstream so we can do something about it.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2138#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