[postgis-tickets] [PostGIS] #4386: [upgrade] ERROR: cannot drop function st_union(geometry) because other objects depend on it

PostGIS trac at osgeo.org
Mon Oct 7 15:56:47 PDT 2019


#4386: [upgrade] ERROR: cannot drop function st_union(geometry) because other
objects depend on it
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  komzpa
      Type:  defect                 |     Status:  reopened
  Priority:  blocker                |  Milestone:  PostGIS 3.0.0
 Component:  build/upgrade/install  |    Version:  trunk
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by pramsey):

 Yeah, this is #4523. It's not my fix here, it's the upgrade test PR from
 strk that I added along the way. It tests that ST_Union views are durable
 across upgrades, which I'm pretty sure they never were, because we always
 did drop/create on them. We only get away from that in Pg 12 which can do
 a create-or-replace. I'm commenting out strk's test.

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