[postgis-tickets] [PostGIS] #3737: Upgrading from 2.2.5 to 2.3.2 problem
PostGIS
trac at osgeo.org
Wed Apr 12 08:11:09 PDT 2017
#3737: Upgrading from 2.2.5 to 2.3.2 problem
------------------------------------+---------------------------
Reporter: zeddi | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.3
Component: build/upgrade/install | Version: 2.3.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
I suspect your postgis.control file might be the old one from PostGIS 2.2
and didn't get the 2.3 installed. In PostGIS 2.3 the schema is no longer
relocatable. When not relocateable the @extchema@ gets macroreplaced by
the extension machinery to the schema choosen by the user.
Your postgis.control should have:
{{{
relocatable = false
}}}
otherwise the extension system will not resolve the @extschema@ variables.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3737#comment:7>
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