[GRASS-SVN] r55019 - grass/branches/releasebranch_6_4/lib/db/sqlp

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 12 12:31:39 PST 2013


Author: neteler
Date: 2013-02-12 12:31:39 -0800 (Tue, 12 Feb 2013)
New Revision: 55019

Modified:
   grass/branches/releasebranch_6_4/lib/db/sqlp/description.html
Log:
+concatenate example; cosmetics

Modified: grass/branches/releasebranch_6_4/lib/db/sqlp/description.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/db/sqlp/description.html	2013-02-12 20:21:39 UTC (rev 55018)
+++ grass/branches/releasebranch_6_4/lib/db/sqlp/description.html	2013-02-12 20:31:39 UTC (rev 55019)
@@ -27,7 +27,7 @@
 <p>
 
 <table border=1 >
-<tr><td><a href="grass-dbf.html">dbf</a></td><td>DBF files. Data are stored in DBF files.</td>
+<tr><td><a href="grass-dbf.html">dbf</a></td><td>DBF files. Data are stored in DBF files (GRASS 6 default DB backend).</td>
 <td><a href="http://shapelib.maptools.org/dbf_api.html">http://shapelib.maptools.org/dbf_api.html</a></td></tr>
 
 <tr><td><a href="grass-sqlite.html">sqlite</a></td><td>SQLite embedded database.</td>
@@ -154,9 +154,18 @@
             where="z_value <> 'N/A'"
 </pre></div>
 
+<p><b>Example</b> of concatenating fields (does not work for DBF driver):
+<div class="code"><pre>
+v.db.update vectormap column=column3 qcolumn="column1 || column2"
+</pre></div>
+
 <h2>SEE ALSO</h2>
 
 <em>
+<a href="v.db.update.html">v.db.update</a>
+</em>
+<p>
+<em>
 <a href="databaseintro.html">Database management in GRASS GIS</a>,
 <a href="database.html">Help pages for database modules</a>
 </em>



More information about the grass-commit mailing list