v.db.dropcolumn.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <h2>DESCRIPTION</h2>
  2. <em>v.db.dropcolumn</em> drops a column from the attribute table connected
  3. to a given vector map. It automatically checks the connection for the specified
  4. layer. <em>v.db.dropcolumn</em> omits to delete the 'cat' column which is
  5. relevant to keep the connection between vector map and table.
  6. <h2>NOTES</h2>
  7. v.db.dropcolumn is a front-end to <em>db.execute</em> to allow easier usage.
  8. The existing database connection(s) can be verified with <em>v.db.connect</em>.
  9. <h2>EXAMPLES</h2>
  10. Dropping a column:<br>
  11. <div class="code"><pre>
  12. v.db.dropcolumn sentiero_brenta_points column=slope
  13. v.info -c sentiero_brenta_points
  14. </pre></div>
  15. <h2>SEE ALSO</h2>
  16. <em><a HREF="db.droptable.html">db.droptable</a></em>,
  17. <em><a HREF="db.execute.html">db.execute</a></em>,
  18. <em><a HREF="v.db.addcolumn.html">v.db.addcolumn</a></em>,
  19. <em><a HREF="v.db.addtable.html">v.db.addtable</a></em>,
  20. <em><a HREF="v.db.connect.html">v.db.connect</a></em>,
  21. <em><a HREF="v.db.droptable.html">v.db.droptable</a></em>,
  22. <em><a HREF="v.db.select.html">v.db.select</a></em>,
  23. <em><a HREF="v.db.update.html">v.db.update</a></em>
  24. <h2>AUTHOR</h2>
  25. Markus Neteler
  26. <p><i>Last changed: $Date$</i>