[postgis-tickets] [PostGIS] #2382: Can't install postgis extension with pgAdmin 1.18 beta 1
PostGIS
trac at osgeo.org
Tue Jul 16 22:11:44 PDT 2013
#2382: Can't install postgis extension with pgAdmin 1.18 beta 1
-----------------------------------+----------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Comment(by robe):
Well it wouldn't for 2.0.4 cause we don't have GUCs in that :)
actually I was able to replicate the issue on my 64-bit without using
pgAdmin.
Just doing upgrade from postgis 2.1.0beta3 to 2.1.0rc1 with gui
and then 2.2.0dev without the gui via psql
{{{
ALTER EXTENSION postgis UPDATE TO "2.2.0dev";
}}}
gives error:
{{{
ERROR: attempt to redefine parameter "postgis.backend"
}}}
So perhaps I was mistaken about pgAdmin III involved.What bugs me extra is
I can't consistently trigger the issue as I thought I was able to on my
32-bit windows 7.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2382#comment:6>
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