[postgis-tickets] [PostGIS] #2382: Can't install postgis extension with pgAdmin 1.18 beta 1
PostGIS
trac at osgeo.org
Tue Jul 16 09:25:50 PDT 2013
#2382: Can't install postgis extension with pgAdmin 1.18 beta 1
-----------------------------------+----------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
I'm pretty sure this is a bug in pgAdmin 1.18 beta 1 (and might be related
to the bug I already posted that they have resolved). Putting here for
now since it seems to have something to do with GUC.
I ruled out 9.3 beta as culprit since I can install extension with pgAdmin
dialog in pgAdmin 1.16 with no issue.
Running
{{{
CREATE EXTENSION postgis VERSION "2.2.0dev";
}}}
Works fine in both pgAdmin 1.18 beta 1 and 1.16.1
Using the extension dialog in 1.16.1 also works.
However: usig the pgAdmin 1.18 beta 1 dialog gives this error:
{{{
ERROR: attempt to redefine parameter "postgis.backend"
}}}
What pgAdmin III 1.18.beta 1 is doing beyond CREATE EXTENSION I have no
clue. All the above excersises are running against PostgreSQL 9.3 beta2.
haven't tried on lower
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2382>
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