From: Sandro Santilli Date: Mon, 4 Apr 2011 07:05:28 +0000 (+0000) Subject: Add -m reference in pgsql2shp manpage, by Loic Dachary. See ticket #885. X-Git-Tag: 2.0.0alpha1~1801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3f559390ad13b50a49085d902dab0dcc5b968fe;p=postgis Add -m reference in pgsql2shp manpage, by Loic Dachary. See ticket #885. git-svn-id: http://svn.osgeo.org/postgis/trunk@7001 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/man/pgsql2shp.1 b/doc/man/pgsql2shp.1 index 3c5ec9cbf..29abb6fa5 100644 --- a/doc/man/pgsql2shp.1 +++ b/doc/man/pgsql2shp.1 @@ -65,8 +65,19 @@ from old (pre\-1.0.0) postgis databases (the default is to write a dimensions are fully encoded. .TP \fB\-k\fR -Keep idendifiers case (don't uppercase field names). +Keep identifiers case (don't uppercase field names). .TP +\fB\-m\fR <\fIfilename\fR> +Remap identifiers to ten digit names. The content of the file is lines +of two symbols separated by a single white space and no trailing +or leading space: + +VERYLONGSYMBOL SHORTONE\\n +.br +ANOTHERVERYLONGSYMBOL SHORTER\\n + +etc. +.TP \fB\-?\fR Display version and usage information.