[GRASS-SVN] r56075 - grass/branches/releasebranch_6_4/scripts/v.db.update

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 2 02:29:18 PDT 2013


Author: mlennert
Date: 2013-05-02 02:29:18 -0700 (Thu, 02 May 2013)
New Revision: 56075

Modified:
   grass/branches/releasebranch_6_4/scripts/v.db.update/description.html
   grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update
Log:
clarify difference between value and qcol options


Modified: grass/branches/releasebranch_6_4/scripts/v.db.update/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.db.update/description.html	2013-05-02 08:51:18 UTC (rev 56074)
+++ grass/branches/releasebranch_6_4/scripts/v.db.update/description.html	2013-05-02 09:29:18 UTC (rev 56075)
@@ -1,8 +1,8 @@
 <h2>DESCRIPTION</h2>
 
 <em>v.db.update</em> assigns a new value to a column in the
-attribute table connected to a given map. Alternatively, values can
-be copied from another column in the table.
+attribute table connected to a given map. The <em>value</em> parameter updates with a literal value. Alternatively, with the <em>qcol</em> parameter values can
+be copied from another column in the table or be the result of a combination or transformation of other columns.
 
 
 <h2>NOTES</h2>

Modified: grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update	2013-05-02 08:51:18 UTC (rev 56074)
+++ grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update	2013-05-02 09:29:18 UTC (rev 56075)
@@ -43,14 +43,14 @@
 #%option
 #% key: value
 #% type: string
-#% description: Value to update the column with (varchar values have to be in single quotes, e.g. 'grass')
+#% description: Literal value to update the column with
 #% required : no
 #%end
 #%option
 #% key: qcolumn
 #% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
 #% type: string
-#% description: Column to query
+#% description: Name of other attribute column to query, can be combination of columns (e.g. col1+col2)
 #% required : no
 #%end
 #%option



More information about the grass-commit mailing list