[GRASS-SVN] r70748 - grass/trunk/scripts/v.db.update
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 12 03:58:07 PDT 2017
Author: neteler
Date: 2017-03-12 03:58:07 -0700 (Sun, 12 Mar 2017)
New Revision: 70748
Modified:
grass/trunk/scripts/v.db.update/v.db.update.html
Log:
v.db.update manual: Wiki link for SQLite extended functions added
Modified: grass/trunk/scripts/v.db.update/v.db.update.html
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.html 2017-03-12 01:40:38 UTC (rev 70747)
+++ grass/trunk/scripts/v.db.update/v.db.update.html 2017-03-12 10:58:07 UTC (rev 70748)
@@ -62,6 +62,10 @@
<h3>Updating of columns with on the fly calculation (SQLite extended functions)</h3>
+Note: this requires SQLite extended functions. For details see the GRASS GIS Wiki
+(compilation of <a href="https://grasswiki.osgeo.org/wiki/Build_SQLite_extension_on_Linux">libsqlitefunctions.so</a>
+and <a href="https://grasswiki.osgeo.org/wiki/Build_SQLite_extension_on_windows">libsqlitefunctions.dll</a>).
+<p>
North Carolina data set example: adding new column, copying values from
another table column with on the fly calculation:
More information about the grass-commit
mailing list