summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/files/patch-plugins.d-plugins.ini
blob: 4312a77a3ebe441dabb76ebd1b4609a8a9465944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- plugins.d/plugins.ini.orig	2023-05-22 02:40:57 UTC
+++ plugins.d/plugins.ini
@@ -167,3 +167,14 @@ SetPassword=Yes
 ; AppliesTo=database
 ; SetPassword=Yes
 
+;
+; PostGIS shp2pgsql-gui (Unix):
+;
+Title=PostGIS Shapefile and DBF loader
+Command="$$PGBINDIR/shp2pgsql-gui" -h $$HOSTNAME -p $$PORT -U $$USERNAME -d $$DATABASE
+Description=Open a PostGIS ESRI Shapefile or Plain dbf loader to the current database.
+KeyFile=$$PGBINDIR/shp2pgsql-gui
+Platform=unix
+ServerType=postgresql
+Database=Yes
+SetPassword=Yes