Rechercher une page de manuel
v.db.droptable.1grass
Langue: en
Version: 336343 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
NAME
v.db.droptable - Removes existing attribute table of a vector map.KEYWORDS
vector, database, attribute tableSYNOPSIS
v.db.droptablev.db.droptable help
v.db.droptable [-f] map=string [table=string] [layer=integer] [--verbose] [--quiet]
Flags:
- -f
Force removal (required for actual deletion of table)- --verbose
Verbose module output- --quiet
Quiet module output
Parameters:
- map=string
Vector map from which to remove attribute table- table=string
Name of existing attribute table (default: vector map name)- layer=integer
Layer from which to drop linked attribute table
Default: 1
DESCRIPTION
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.NOTES
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.EXAMPLE
Removing attribute table connected to layer 2:v.db.droptable sentiero_brenta_points layer=2
v.db.connect -p sentiero_brenta_points
SEE ALSO
db.droptable, db.execute, v.db.addcol, v.db.addtable, v.db.connect, v.db.dropcol, v.db.select, v.db.updateAUTHOR
Markus NetelerLast changed: $Date: 2007-12-30 12:48:58 +0100 (dom, 30 dic 2007) $
Full index
© 2003-2010 GRASS Development Team
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre