Line 0
Link Here
|
|
|
1 |
--- pgadmin/plugins.ini.orig 2010-07-28 19:43:18.000000000 +0200 |
2 |
+++ pgadmin/plugins.ini 2011-07-02 20:15:34.000000000 +0200 |
3 |
@@ -167,3 +167,14 @@ |
4 |
; AppliesTo=database |
5 |
; SetPassword=Yes |
6 |
|
7 |
+; |
8 |
+; PostGIS shp2pgsql-gui (Unix): |
9 |
+; |
10 |
+Title=PostGIS Shapefile and DBF loader |
11 |
+Command="$$PGBINDIR/shp2pgsql-gui" -h $$HOSTNAME -p $$PORT -U $$USERNAME -d $$DATABASE |
12 |
+Description=Open a PostGIS ESRI Shapefile or Plain dbf loader to the current database. |
13 |
+KeyFile=$$PGBINDIR/shp2pgsql-gui |
14 |
+Platform=unix |
15 |
+ServerType=postgresql |
16 |
+Database=Yes |
17 |
+SetPassword=Yes |