[GRASS-SVN] r34533 - grass/branches/develbranch_6/scripts/v.db.addtable

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 09:41:39 EST 2008


Author: epatton
Date: 2008-11-27 09:41:39 -0500 (Thu, 27 Nov 2008)
New Revision: 34533

Modified:
   grass/branches/develbranch_6/scripts/v.db.addtable/description.html
Log:
Added note about using v.category to add cats to new table (merge from trunk, r34532)

Modified: grass/branches/develbranch_6/scripts/v.db.addtable/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.addtable/description.html	2008-11-27 14:34:00 UTC (rev 34532)
+++ grass/branches/develbranch_6/scripts/v.db.addtable/description.html	2008-11-27 14:41:39 UTC (rev 34533)
@@ -10,6 +10,9 @@
 <em>v.db.addtable</em> is a front-end to <em>db.execute</em> to allow easier
 usage.
 
+v.db.addtable does not automatically add new categories to the newly-created table;
+to do this, the user must add them manually by using <em>v.category</em>.
+
 The supported types of columns depend on the database backend. However, all
 backends should support VARCHAR, INT, DOUBLE PRECISION and DATE. The default
 dbf backend supports only these types.
@@ -38,6 +41,7 @@
 <em><a HREF="db.connect.html">db.connect</a></em>,
 <em><a HREF="db.droptable.html">db.droptable</a></em>,
 <em><a HREF="db.execute.html">db.execute</a></em>,
+<em><a HREF="v.category.html">v.category</a></em>,
 <em><a HREF="v.db.addcol.html">v.db.addcol</a></em>,
 <em><a HREF="v.db.connect.html">v.db.connect</a></em>,
 <em><a HREF="v.db.dropcol.html">v.db.dropcol</a></em>,



More information about the grass-commit mailing list