[SCM] postgis branch, master, updated. upstream/2.0.1-62-gd2b9e25

Markus Wanner markus at bluegap.ch
Fri Jul 19 23:12:14 UTC 2013


The following commit has been merged in the master branch:
commit f18d661bda083ba16f105acba170d42235c84941
Author: Markus Wanner <markus at bluegap.ch>
Date:   Fri Jul 19 21:06:03 2013 +0200

    Add man page for shp2pgsql-gui, as per Debian #656012. Written by
    Mònica Ramírez Arceda.

diff --git a/debian/changelog b/debian/changelog
index f98c95f..60a451d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+postgis (2.0.3-3) UNRELEASED; urgency=low
+
+  [Mònica Ramírez Arceda]
+  * Add a manpage to shp2pgsql-gui. Closes: #656012.
+
+ -- Markus Wanner <markus at bluegap.ch>  Fri, 19 Jul 2013 10:59:47 +0200
+
 postgis (2.0.3-2) unstable; urgency=low
 
   * Correct dependency on libgdal-dev, allowing the old, now transitional
diff --git a/debian/postgis.manpages b/debian/postgis.manpages
new file mode 100644
index 0000000..c6e6c0a
--- /dev/null
+++ b/debian/postgis.manpages
@@ -0,0 +1 @@
+debian/shp2pgsql-gui.1
diff --git a/debian/shp2pgsql-gui.1 b/debian/shp2pgsql-gui.1
new file mode 100644
index 0000000..f63ca9d
--- /dev/null
+++ b/debian/shp2pgsql-gui.1
@@ -0,0 +1,52 @@
+.TH SHP2PGSQL-GUI 1 "January 14, 2012" "" "PostGIS"
+
+.SH NAME
+shp2pgsql-gui \- Graphical User Interface for shp2pgsql
+
+.SH SYNOPSIS
+.B shp2pgsql-gui
+.RI [ options ]
+.br
+
+.SH DESCRIPTION
+This manual page documents briefly the 
+.B shp2pgsql-gui 
+command.
+.PP
+.B shp2pgsql-gui 
+is a program that converts ESRI Shape files into SQL statements and imports these statements to a PostGIS/PostgreSQL database. The GUI allows the user to set the shape file to import, the PostGIS/PostgreSQL connection parameters and some options related to the table where the data will be imported to.
+.PP
+.B shp2pgsql-gui
+can be called with some command line options that fill the PostGIS/PostgreSQL server connection parameters in.
+
+.SH OPTIONS
+.TP 
+.B -d \fIdatabase\fP
+Specifies the name of the database where the data will be imported to.
+.TP
+.B -h \fIhost\fP
+Specifies the host name of the machine on which the PostGIS/PostgreSQL server is running.
+.TP
+.B -p \fIport\fP
+Specifies the TCP port on which the PostGIS/PostgreSQL server is listening for connections.
+.TP
+.B -U \fIusername\fP
+Specifies the username with which the user will connect to the database.
+.TP 
+.B -W \fIpassword\fP
+Specifies the password with which the user will connect to the database.
+.TP 
+.B -?
+Shows help about shp2pgsql-gui command line arguments.
+
+.SH "SEE ALSO"
+shp2pgsql(1), pgsql2shp(1)
+
+The documentation of pgsql2shp, shp2pgsql and shp2pgsql-gui in HTML format is available on the filesystem at /usr/share/doc/postgis.
+
+.SH AUTHOR
+shp2pgsql-gui was written by Paul Ramsey <pramsey at opengeo.org> and Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>.
+.PP
+This manual page was written by Mònica Ramírez Arceda <monica at probeta.net>, for the Debian project. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 and any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2.

-- 
PostGIS for PostgreSQL



More information about the Pkg-grass-devel mailing list