From adf5ddf10b505014e8497ff692c8c697c0578445 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 28 Aug 2017 15:20:06 +0000 Subject: [PATCH] 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0