From: Regina Obe Date: Mon, 28 Aug 2017 15:20:06 +0000 (+0000) Subject: note that the drop and recreate of views is a breaking change X-Git-Tag: 2.4.0beta1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adf5ddf10b505014e8497ff692c8c697c0578445;p=postgis note that the drop and recreate of views is a breaking change References #3821 git-svn-id: http://svn.osgeo.org/postgis/trunk@15601 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 09b26de83..2959aea94 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,10 @@ PostGIS 2.4.0 * 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