[GRASS-SVN] r44238 - grass/branches/releasebranch_6_4/db/base
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 7 18:00:38 EST 2010
Author: neteler
Date: 2010-11-07 15:00:38 -0800 (Sun, 07 Nov 2010)
New Revision: 44238
Modified:
grass/branches/releasebranch_6_4/db/base/db.execute.html
Log:
HTML fix
Modified: grass/branches/releasebranch_6_4/db/base/db.execute.html
===================================================================
--- grass/branches/releasebranch_6_4/db/base/db.execute.html 2010-11-07 22:56:51 UTC (rev 44237)
+++ grass/branches/releasebranch_6_4/db/base/db.execute.html 2010-11-07 23:00:38 UTC (rev 44238)
@@ -93,7 +93,7 @@
</pre></div>
<P>
-<em>Join table 'myroads' into table 'extratab' based on common 'cat' column values (not supported by DBF driver):<br>
+<em>Join table 'myroads' into table 'extratab' based on common 'cat' column values (not supported by DBF driver):</em><br>
<div class="code"><pre>
echo "UPDATE extratab SET names=(SELECT label FROM myroads WHERE extratab.cat=myroads.cat);" | db.execute
</pre></div>
More information about the grass-commit
mailing list