[postgis-tickets] r15601 - note that the drop and recreate of views is a breaking change
Regina Obe
lr at pcorp.us
Mon Aug 28 08:20:07 PDT 2017
Author: robe
Date: 2017-08-28 08:20:06 -0700 (Mon, 28 Aug 2017)
New Revision: 15601
Modified:
trunk/NEWS
Log:
note that the drop and recreate of views is a breaking change
References #3821
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2017-08-28 02:13:57 UTC (rev 15600)
+++ trunk/NEWS 2017-08-28 15:20:06 UTC (rev 15601)
@@ -36,6 +36,10 @@
* Breaking Changes *
- #3810, GEOS 3.4.0 or above minimum required to compile
+ - Most aggregates now marked as parallel safe,
+ which means most aggs have to be dropped / recreated.
+ If you have views that utilize PostGIS aggs,
+ you'll need to drop before upgrade and recreate after upgrade
PostGIS 2.4.0alpha
More information about the postgis-tickets
mailing list