[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-63-g00f6faa8f

git at osgeo.org git at osgeo.org
Tue Jul 25 01:41:46 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  00f6faa8f66e5fe4751fd9ac77533ab96aee44b2 (commit)
      from  18badba37d83433d8bc1372f9d6c82d9bd55957b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 00f6faa8f66e5fe4751fd9ac77533ab96aee44b2
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jul 25 10:41:28 2023 +0200

    Add manpage for postgis script
    
    References #5447

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 61b6ad5b6..f0336707e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -493,7 +493,7 @@ endif
 comments-uninstall:
 	$(MAKE) -f Makefile.comments uninstall
 
-man-install: man/shp2pgsql.1 man/pgsql2shp.1 man/pgtopo_export.1 man/pgtopo_import.1
+man-install: man/shp2pgsql.1 man/pgsql2shp.1 man/pgtopo_export.1 man/pgtopo_import.1 man/postgis.1
 	mkdir -p $(DESTDIR)$(mandir)/man1
 	for f in $^; do \
 		$(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man1/`basename $$f`; \
@@ -504,6 +504,7 @@ man-uninstall:
 	rm -f $(DESTDIR)$(mandir)/man1/pgsql2shp.1
 	rm -f $(DESTDIR)$(mandir)/man1/pgtopo_export.1
 	rm -f $(DESTDIR)$(mandir)/man1/pgtopo_import.1
+	rm -f $(DESTDIR)$(mandir)/man1/postgis.1
 
 html-install: $(html_builddir)/postgis$(DOCSUFFIX).html
 	mkdir -p $(DESTDIR)$(htmldir)
diff --git a/doc/man/postgis.1 b/doc/man/postgis.1
new file mode 100644
index 000000000..2a7be3008
--- /dev/null
+++ b/doc/man/postgis.1
@@ -0,0 +1,31 @@
+.TH "postgis" "1" "" "" "PostGIS"
+.SH "NAME"
+.LP
+postgis - postgis administration helper
+
+.SH "SYNTAX"
+.LP
+postgis \fIcommand\fR [\fIarguments\fR]
+
+.SH "DESCRIPTION"
+.LP
+The postgis script supports various commands to help with
+administration of a PostGIS installation.
+
+.SH "USAGE"
+.LP
+Usage information is printed when the script is invoked with no
+arguments or with the \fBhelp\fR argument.
+
+.SH "EXAMPLES"
+.LP
+An example command to check the status of PostGIS in the
+\fBtemplate_postgis\fR database:
+
+# \fBpostgis status template_postgis\fR
+
+.SH "AUTHORS"
+.LP
+Originally written by Sandro Santilli <strk at kbt.io>.
+
+More information is available at http://postgis.net

-----------------------------------------------------------------------

Summary of changes:
 doc/Makefile.in   |  3 ++-
 doc/man/postgis.1 | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)
 create mode 100644 doc/man/postgis.1


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list