[GRASS-SVN] r34532 - grass/trunk/scripts/v.db.addtable

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 09:34:00 EST 2008


Author: epatton
Date: 2008-11-27 09:34:00 -0500 (Thu, 27 Nov 2008)
New Revision: 34532

Modified:
   grass/trunk/scripts/v.db.addtable/v.db.addtable.html
Log:
Added note about using v.category to add cats to new table

Modified: grass/trunk/scripts/v.db.addtable/v.db.addtable.html
===================================================================
--- grass/trunk/scripts/v.db.addtable/v.db.addtable.html	2008-11-27 13:39:23 UTC (rev 34531)
+++ grass/trunk/scripts/v.db.addtable/v.db.addtable.html	2008-11-27 14:34:00 UTC (rev 34532)
@@ -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