[postgis-tickets] [PostGIS] #4581: installing postgis_raster from unpackaged tries to use wrong schema
PostGIS
trac at osgeo.org
Sun Nov 17 11:13:14 PST 2019
#4581: installing postgis_raster from unpackaged tries to use wrong schema
------------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 3.0.1
Component: build/upgrade/install | Version: 2.5.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
I was thinking I should only enforce the postgis schema only if the
extension is postgis_raster or postgis_sfcgal, but I dismissed that
concern because if a schema is explicitly specified in the control file
(as is the case with postgis_topology and postgis_tiger_geocoder), then
the SCHEMA ... part of CREATE EXTENSION I think is ignored UNLESS it has a
CASCADE clause. Then I think in the case of CASCADE, all extensions the
extension relies on that don't have a schema specified, use the one CREATE
EXTENSION specifies. I'm going to confirm that before I commit to PostGIS
3.0 branch.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4581#comment:2>
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