1v.db.droptable(1) Grass User's Manual v.db.droptable(1)
2
3
4
6 v.db.droptable - Removes existing attribute table of a vector map.
7
9 vector, database, attribute table
10
12 v.db.droptable
13 v.db.droptable help
14 v.db.droptable [-f] map=string [table=string] [layer=integer]
15 [--verbose] [--quiet]
16
17 Flags:
18 -f
19 Force removal (required for actual deletion of table)
20
21 --verbose
22 Verbose module output
23
24 --quiet
25 Quiet module output
26
27 Parameters:
28 map=string
29 Vector map from which to remove attribute table
30
31 table=string
32 Name of existing attribute table (default: vector map name)
33
34 layer=integer
35 Layer from which to drop linked attribute table
36 Default: 1
37
39 v.db.droptable removes an existing attribute table from a given vector
40 map linked at given layer. If the -f force flag is not given then noth‐
41 ing is removed.
42
44 v.db.droptable is a front-end to db.execute to allow easier usage. The
45 existing database connection(s) can be verified with v.db.connect.
46
48 Removing attribute table connected to layer 2:
49
50 v.db.droptable sentiero_brenta_points layer=2
51 v.db.connect -p sentiero_brenta_points
52
53
55 db.execute, v.db.addcol, v.db.addtable, v.db.connect, v.db.dropcol,
56 v.db.select, v.db.update
57
59 Markus Neteler
60
61 Last changed: $Date: 2007-05-09 22:10:56 +0200 (Wed, 09 May 2007) $
62
63 Full index
64
65 © 2003-2008 GRASS Development Team
66
67
68
69GRASS 6.3.0 v.db.droptable(1)