DESCRIPTION

v.db.addcol adds a column to the attribute table connected to a given vector map

NOTES

v.db.addcol is just a front-end to db.execute to allow easier usage. The supported types of columns depend on the database backend. However, all backends should support VARCHAR, INT, DOUBLE and DATE. The default dbf backend supports only these types.

SEE ALSO

v.db.update, db.execute, v.db.select, v.db.connect

AUTHOR

Moritz Lennert (mlennert@club.worldonline.be)

Last changed: $Date$