[GRASS-SVN] r71428 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 21 14:40:38 PDT 2017
Author: martinl
Date: 2017-08-21 14:40:38 -0700 (Mon, 21 Aug 2017)
New Revision: 71428
Modified:
grass/trunk/vector/v.in.ogr/v.in.ogr.html
Log:
v.in.ogr: update manual (cnames->columns)
Modified: grass/trunk/vector/v.in.ogr/v.in.ogr.html
===================================================================
--- grass/trunk/vector/v.in.ogr/v.in.ogr.html 2017-08-21 18:38:00 UTC (rev 71427)
+++ grass/trunk/vector/v.in.ogr/v.in.ogr.html 2017-08-21 21:40:38 UTC (rev 71428)
@@ -118,7 +118,7 @@
import. The <b>-w</b> flag changes capital column names to
lowercase characters as a convenience for SQL usage (lowercase column
names avoid the need to quote them if the attribute table is stored in
-a SQL DBMS such as PostgreSQL). The <b>cnames</b> parameter is used
+a SQL DBMS such as PostgreSQL). The <b>columns</b> parameter is used
to define new column names during import.
<p>
@@ -128,7 +128,7 @@
multiple columns with the same name then <em>v.in.ogr</em> will
produce an error. In this case you will either have to modify the
input data or use
-<em>v.in.ogr</em>'s <b>cnames</b> parameter to rename columns to something
+<em>v.in.ogr</em>'s <b>columns</b> parameter to rename columns to something
unique. (hint: copy and modify the list given with the error message).
Alternatively, change the local DB with
<em><a href="db.connect.html">db.connect</a></em>.
@@ -357,7 +357,7 @@
<dt>DBMI-DBF driver error: SQL parser error: syntax error,
unexpected DESC, expecting NAME processing 'DESC'</dt>
<dd>indicates that a column name corresponds to a reserved SQL word (here: 'DESC').
-A different column name should be used. The <b>cnames</b> parameter can be used
+A different column name should be used. The <b>columns</b> parameter can be used
to assign different column names on the fly.</dd>
<dt>Projection of dataset does not appear to match the current location.</dt>
<dd>You need to create a location whose projection matches the data
More information about the grass-commit
mailing list