| From: | Dan Lear <dblear(at)gmail(dot)com> |
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org |
| Subject: | SHP2PGSQL-GUI plugin not visible in 1.16 |
| Date: | 2012-10-12 10:35:45 |
| Message-ID: | CAOzS4Pip6zbiPAtJB_4jeaU91FqriqVBjfBKd=q2Pfd97x884Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Hi,
I have this code in my plugins.ini file
; POSTGIS SHP2PGSQL-GUI (Windows):
;
Title=PostGIS SHP2PGSQL-GUI Console
Command="$$PGBINDIR\postgisgui\shp2pgsql-gui.exe" --host "$$HOSTNAME"
--port $$PORT --username "$$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
but the plugin doesn't appear in the list of plugins in pgAdmin (v 1.16).
I can copy the PSQL plugin text (below) and get 2 copies of that plugin
visible and running, with
Title=PSQL Console
Command="$$PGBINDIR\psql.exe" --host "$$HOSTNAME" --port $$PORT --username
"$$USERNAME" "$$DATABASE"
Description=Open a PSQL console to the current database.
KeyFile=$$PGBINDIR\psql.exe
Platform=windows
ServerType=postgresql
Database=Yes
SetPassword=Yes
Any ideas?
Thanks
Dan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vince Miller | 2012-10-13 17:25:34 | pgadmin3 problems |
| Previous Message | Raymond O'Donnell | 2012-10-08 17:03:21 | Re: Inconsistent display of NULL and empty string values |