[postgis-devel] [PostGIS] #885: pgsql2shp fields conversion from predefined list
PostGIS
trac at osgeo.org
Sun Apr 3 15:26:01 PDT 2011
#885: pgsql2shp fields conversion from predefined list
--------------------------+-------------------------------------------------
Reporter: rodo | Owner: loic
Type: enhancement | Status: reopened
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Resolution: | Keywords: history
--------------------------+-------------------------------------------------
Comment(by loic):
Thank you for taking time to review this patch. Sorry for overlooking the
manual page, here is the patch for doc/man/pgsql2shp.1 :
{{{
#!diff
Index: pgsql2shp.1
===================================================================
--- pgsql2shp.1 (revision 6995)
+++ pgsql2shp.1 (working copy)
@@ -67,6 +67,17 @@
\fB\-k\fR
Keep idendifiers 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.
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/885#comment:11>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list