[postgis-tickets] [PostGIS] #3196: DropTopology can drop the topology extension

PostGIS trac at osgeo.org
Wed Jul 8 16:08:13 PDT 2015


#3196: DropTopology can drop the topology extension
-----------------------+---------------------------
  Reporter:  mwtoews   |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  high      |  Milestone:  PostGIS 2.2.0
 Component:  topology  |    Version:  trunk
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by mwtoews):

 Generally speaking `DropTopology` can also drop other unrelated schemas.
 {{{
 CREATE SCHEMA somethingelse;
 SELECT topology.DropTopology('somethingelse');
 -- Topology 'somethingelse' dropped
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3196#comment:1>
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