[postgis-tickets] [PostGIS] #3888: Split core and raster extensions
PostGIS
trac at osgeo.org
Mon Jul 16 14:20:18 PDT 2018
#3888: Split core and raster extensions
--------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by strk):
The gitea PR (which includes upgrade tests) is green:
https://git.osgeo.org/gitea/postgis/postgis/pulls/20
GitLab PR is also green:
https://gitlab.com/postgis/postgis/merge_requests/6
Current state of branch is that on upgrade you get raster unpackaged and a
WARNING message telling you to either repackage (if needed) or drop (if
unneeded):
{{{
test=# alter extension postgis update;
WARNING: unpackaging raster
WARNING: PostGIS Raster functionality have been unpackaged
HINT: type `CREATE EXTENSION postgis_raster FROM unpackaged` to re-
package or source `uninstall_rtpostgis.sql` to drop.
WARNING: 'postgis.backend' is already set and cannot be changed until you
reconnect
ALTER EXTENSION
}}}
Regina suggested to directly drop the unpackaged raster but I'm not sure
how we can tell if that support is still needed by the caller.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3888#comment:21>
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