Kaynağa Gözat

Added note about using v.category to add cats to new table

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34532 15284696-431f-4ddb-bdfa-cd5b030d7da7
Eric Patton 16 yıl önce
ebeveyn
işleme
239846718b
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      scripts/v.db.addtable/v.db.addtable.html

+ 4 - 0
scripts/v.db.addtable/v.db.addtable.html

@@ -10,6 +10,9 @@ the MAPSET database settings (see <em>db.connect</em>).
 <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 @@ v.info -c sentiero_brenta_points
 <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>,