[GRASS-SVN] r57785 - grass/branches/develbranch_6/scripts/v.db.dropcol
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 21 17:51:04 PDT 2013
Author: hamish
Date: 2013-09-21 17:51:04 -0700 (Sat, 21 Sep 2013)
New Revision: 57785
Modified:
grass/branches/develbranch_6/scripts/v.db.dropcol/description.html
Log:
comment out G7-only module
Modified: grass/branches/develbranch_6/scripts/v.db.dropcol/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.dropcol/description.html 2013-09-22 00:29:49 UTC (rev 57784)
+++ grass/branches/develbranch_6/scripts/v.db.dropcol/description.html 2013-09-22 00:51:04 UTC (rev 57785)
@@ -5,12 +5,14 @@
layer. <em>v.db.dropcol</em> omits to delete the 'cat' column which is
relevant to keep the connection between vector map and table.
+
<h2>NOTES</h2>
v.db.dropcol is a front-end to <em>db.execute</em> to allow easier usage.
The existing database connection(s) can be verified with <em>v.db.connect</em>.
+
<h2>EXAMPLES</h2>
Dropping a column:<br>
@@ -19,21 +21,25 @@
v.info -c sentiero_brenta_points
</pre></div>
+
<h2>SEE ALSO</h2>
-<em><a href="db.droptable.html">db.droptable</a></em>,
-<em><a href="db.execute.html">db.execute</a></em>,
-<em><a href="v.db.addcol.html">v.db.addcol</a></em>,
-<em><a href="v.db.addtable.html">v.db.addtable</a></em>,
-<em><a href="v.db.connect.html">v.db.connect</a></em>,
-<em><a href="v.db.droprow.html">v.db.droprow</a></em>,
-<em><a href="v.db.droptable.html">v.db.droptable</a></em>,
-<em><a href="v.db.select.html">v.db.select</a></em>,
-<em><a href="v.db.update.html">v.db.update</a></em>
+<em>
+<a href="db.droptable.html">db.droptable</a>,
+<a href="db.execute.html">db.execute</a>,
+<a href="v.db.addcol.html">v.db.addcol</a>,
+<a href="v.db.addtable.html">v.db.addtable</a>,
+<a href="v.db.connect.html">v.db.connect</a>,
+<!-- <a href="v.db.droprow.html">v.db.droprow</a>, only in G7-->
+<a href="v.db.droptable.html">v.db.droptable</a>,
+<a href="v.db.select.html">v.db.select</a>,
+<a href="v.db.update.html">v.db.update</a>
+</em>
<h2>AUTHOR</h2>
Markus Neteler
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list