]> granicus.if.org Git - postgis/commitdiff
Add -m reference in pgsql2shp manpage, by Loic Dachary. See ticket #885.
authorSandro Santilli <strk@keybit.net>
Mon, 4 Apr 2011 07:05:28 +0000 (07:05 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 4 Apr 2011 07:05:28 +0000 (07:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7001 b70326c6-7e19-0410-871a-916f4a2858ee

doc/man/pgsql2shp.1

index 3c5ec9cbf017550554ce3dd51855b4fdd1eac535..29abb6fa58800fa58ee6cab1191639b4d75db5ca 100644 (file)
@@ -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.