[postgis-tickets] [PostGIS] #3450: 2.2 -> 2.3.0dev leaves 15 function behind
PostGIS
trac at osgeo.org
Mon Feb 8 08:16:19 PST 2016
#3450: 2.2 -> 2.3.0dev leaves 15 function behind
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: build/upgrade/install | Version: 2.2.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
Just tried upgrading from 2.2.1 (released version), to 2.3.0dev. First
time around I got the gdal_path redefined notice (this was using the GUI
in pgAdmin).
Then trying again with :
{{{
ALTER EXTENSION postgis
UPDATE TO "2.3.0dev";
}}}
It succeeded but gave these notices:
{{{
WARNING: 'postgis.backend' is already set and cannot be changed until you
reconnect
CONTEXT: SQL statement "SELECT postgis_lib_version()"
PL/pgSQL function postgis_major_version_check() line 21 at SQL statement
Query returned successfully with no result in 350 msec.
}}}
Then when I dropped the extension and attempted to recreate with
{{{
create extension postgis version "2.2.1";
}}}
I got failure -
{{{
ERROR: attempt to redefine parameter "postgis.gdal_datapath"
}}}
This is
{{{
PostgreSQL 9.4.4, compiled by Visual C++ build 1800, 64-bit
}}}
So it does seem we've still got problems.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3450#comment:5>
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