[postgis-tickets] [PostGIS] #3821: Don't drop st_union when updating postgis extension to 2.4

PostGIS trac at osgeo.org
Mon Aug 28 08:23:12 PDT 2017


#3821: Don't drop st_union when updating postgis extension to 2.4
--------------------------+---------------------------
  Reporter:  nextstopsun  |      Owner:  robe
      Type:  defect       |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 2.5.0
 Component:  postgis      |    Version:  2.3.x
Resolution:               |   Keywords:
--------------------------+---------------------------

Comment (by nextstopsun):

 Can you give some more details about the update process?
 `st_union` can't be dropped in separate transaction, because postgis
 extension depends on it.
 Dropping the whole postgis extension means I have to drop almost
 everything in my DB.

 So dropping and recreation of `st_union` has to be in one transaction,
 right?
 Then why does it throw error when dropping it without reaching the end of
 transaction.

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