From 2454875b192a82da1c4ce3653ba05728e15642ae Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 4 Apr 2011 15:19:40 +0000 Subject: [PATCH] add pgsql2shp -m switch to dumper help git-svn-id: http://svn.osgeo.org/postgis/trunk@7004 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_postgis_dataman.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + + -- 2.50.1