diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2014-12-11 22:03:33 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-13 10:35:44 +0700 |
commit | 001f5e56622962b8486867f3e1736bfdbde6e471 (patch) | |
tree | 7f185a417bad5f2b707e5d99c1b709efc4776c76 /gis/postgis/postgis.ini | |
parent | a191ee7a224be315f27e4f8b165e4d280dc28c80 (diff) | |
download | slackbuilds-001f5e56622962b8486867f3e1736bfdbde6e471.tar.gz |
gis/postgis: Add option for pgAdmin plugin.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/postgis/postgis.ini')
-rw-r--r-- | gis/postgis/postgis.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gis/postgis/postgis.ini b/gis/postgis/postgis.ini new file mode 100644 index 0000000000..9599069df3 --- /dev/null +++ b/gis/postgis/postgis.ini @@ -0,0 +1,11 @@ +; +; pgShapeLoader (Linux): +; +Title=PostGIS Shapefile and DBF loader +Command=$$PGBINDIR/shp2pgsql-gui -U $$USERNAME -d $$DATABASE -p $$PORT -h $$HOSTNAME +Description=Open a PostGIS ESRI Shapefile or Plain dbf loader console to the current database. +KeyFile=$$PGBINDIR/shp2pgsql-gui +Platform=unix +ServerType=postgresql +Database=Yes +SetPassword=No |