.TH v.db.droptable 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBv.db.droptable\fR\fR - Removes existing attribute table of a vector map. .SH KEYWORDS vector, database, attribute table .SH SYNOPSIS \fBv.db.droptable\fR .br \fBv.db.droptable help\fR .br \fBv.db.droptable\fR [\-\fBf\fR] \fBmap\fR=\fIstring\fR [\fBtable\fR=\fIstring\fR] [\fBlayer\fR=\fIstring\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-f\fR" 4m .br Force removal (required for actual deletion of table) .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBmap\fR=\fIstring\fR" 4m .br Vector map from which to remove attribute table .IP "\fBtable\fR=\fIstring\fR" 4m .br Name of existing attribute table (default: vector map name) .IP "\fBlayer\fR=\fIstring\fR" 4m .br Layer from which to drop linked attribute table .br Default: \fI1\fR .PP .SH DESCRIPTION \fIv.db.droptable\fR removes an existing attribute table from a given vector map linked at given layer. If the \fB-f\fR force flag is not given then nothing is removed. .SH NOTES \fIv.db.droptable\fR is a front-end to \fIdb.execute\fR to allow easier usage. .PP The existing database connection(s) can be verified with \fIv.db.connect\fR. .SH EXAMPLE Removing attribute table connected to layer 1: .br \fC .DS .br g.copy vect=roadsmajor,myroads .br v.db.droptable myroads .br v.db.droptable myroads \-f .br v.db.connect \-p myroads .br .DE \fR .SH SEE ALSO \fI db.addtable, db.connect, db.execute, v.db.addtable, v.db.connect, v.db.dropcol, v.db.select, v.db.update .br GRASS SQL interface \fR .SH AUTHOR Markus Neteler .PP \fILast changed: $Date: 2012-11-25 14:27:13 +0100 (Sun, 25 Nov 2012) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team