From: Regina Obe Date: Mon, 4 Apr 2011 15:19:40 +0000 (+0000) Subject: add pgsql2shp -m switch to dumper help X-Git-Tag: 2.0.0alpha1~1798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2454875b192a82da1c4ce3653ba05728e15642ae;p=postgis add pgsql2shp -m switch to dumper help git-svn-id: http://svn.osgeo.org/postgis/trunk@7004 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index 12ce0093c..7493310e7 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -2077,6 +2077,18 @@ WHERE from postgis-1.0.0+, dimensions are fully encoded. + + + -m filename + + Remap identifiers to ten character 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 + ANOTHERVERYLONGSYMBOL SHORTER + etc. + +