ОПИСАНИЕ
v.db.droptable removes an existing attribute table from a
given vector map linked at given layer. If the -f force flag is not
given then nothing is removed.
ПРИМЕЧАНИЯ
v.db.droptable is a front-end to db.execute to allow easier usage.
The existing database connection(s) can be verified with v.db.connect.
ПРИМЕР
Removing attribute table connected to layer 2:
v.db.droptable sentiero_brenta_points layer=2
v.db.connect -p sentiero_brenta_points
СМ. ТАКЖЕ
db.execute,
v.db.addcol,
v.db.addtable,
v.db.connect,
v.db.dropcol,
v.db.select,
v.db.update
АВТОР
Markus Neteler
Last changed: $Date: 2007-05-09 15:10:56 -0500 (Ср, 09 май 2007) $
Автор перевода