[postgis-tickets] [PostGIS] #2730: topology uninstall with extension doesn't uninstall everything

PostGIS trac at osgeo.org
Fri May 9 04:38:03 PDT 2014


#2730: topology uninstall with extension doesn't uninstall everything
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.1.3
Component:  topology  |     Version:  2.1.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by robe):

 That's probably it since drop extension doesn't drop the schema.  No can't
 remember.  I only recently started testing with extension and for some
 reason can only test on winnie so debbie doesn't because of some weird
 PGUser not being picked up issue.

 I wonder if we can explicitly add the topology schema to the create
 extension script.  I think the issue is that since its created by the
 extension machinery and not part of install script, it is not considered
 as part of the extension.  I think by the time our script is called, the
 topology schema is created, so we could just manually put in an ADD
 EXTENSION.  I'll put suggestion on #2138.

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