[postgis-devel] [PostGIS] #355: Can't make shp2pgsql-gui a plugin anymore under PgAdmin III
PostGIS
trac at osgeo.org
Tue Dec 22 20:56:24 PST 2009
#355: Can't make shp2pgsql-gui a plugin anymore under PgAdmin III
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 1.5.0
Component: postgis | Version: trunk
Resolution: invalid | Keywords:
----------------------+-----------------------------------------------------
Changes (by robe):
* status: new => closed
* resolution: => invalid
Comment:
Nevermind I'm an idiot. Though I don't know if its worthwhile to make this
idiot proof.
You can take out the pgAdmin one its not necessary the original gui works
fine. I just had the wrong switches in my ini file because I was copying
from the psql one assuming they worked the same. Though annoyed idiot
user response "You should have given me some message that I'm an idiot,
instead of a screen that doesn't come up." :)
So changing to the below fixed my issue
{{{
;
; POSTGIS SHP2PGSQL-GUI (Windows):
;
Title=PostGIS SHP2PGSQL-GUI Console
Command="$$PGBINDIR\postgisgui\shp2pgsql-gui.exe" -h "$$HOSTNAME" -p
$$PORT -U "$$USERNAME" -d "$$DATABASE"
Description=Open a PostGIS ESRI Shapefile loader console to the current
database.
KeyFile=$$PGBINDIR\postgisgui\shp2pgsql-gui.exe
Platform=windows
ServerType=postgresql
Database=Yes
SetPassword=Yes
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/355#comment:4>
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-devel
mailing list