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

PostGIS trac at osgeo.org
Mon Jul 1 07:36:48 PDT 2019


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

Comment (by robe):

 Someone complained about this recently so putting a note here for others
 who stumble on this ticket

 Going from PostGIS 2.4 -> 2.5 requires a drop aggregate -- so sadly yes
 you'll need to rebuild your views.

 However come PostGIS 3.0 / PostgreSQL 12 with the introduction of CREATE
 OR REPLACE AGGREGATE, you should be able to go from PostGIS 2.anything to
 PostGIS 3.0 per #4352 without having to rebuild your views

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