[postgis-tickets] [PostGIS] #5115: Deferred constraint prevents dropping topology

PostGIS trac at osgeo.org
Fri Mar 18 16:14:22 PDT 2022


#5115: Deferred constraint prevents dropping topology
-----------------------+---------------------------
  Reporter:  ccrook    |      Owner:  strk
      Type:  defect    |     Status:  assigned
  Priority:  medium    |  Milestone:  PostGIS 3.0.6
 Component:  topology  |    Version:  3.0.x
Resolution:            |   Keywords:
-----------------------+---------------------------
Changes (by strk):

 * version:  3.2.x => 3.0.x
 * milestone:  PostGIS 3.3.0 => PostGIS 3.0.6


Comment:

 I now remembered: constraints are deferred because it would otherwise be
 hard to construct topologies as the first edge in a ring of edges would
 need to reference the id of an edge which was not inserted yet... THere
 are probably ways to let the caller deal with deferring constraints but
 doing it at this time would be a behaviour change so I'd avoid to do that
 unless there's a very good reason.

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