.TH db.droptable 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBdb.droptable\fR\fR - Drops an attribute table. .SH KEYWORDS database, attribute table .SH SYNOPSIS \fBdb.droptable\fR .br \fBdb.droptable help\fR .br \fBdb.droptable\fR [\-\fBf\fR] \fBtable\fR=\fIname\fR [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-f\fR" 4m .br Force removal (required for actual deletion of files) .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBtable\fR=\fIname\fR" 4m .br Table to drop .PP .SH DESCRIPTION \fIdb.droptable\fR drops an attribute table. If the \fB-f\fR force flag is not given then nothing is removed, instead a preview of the action to be taken is printed. .SH NOTES \fIdb.droptable\fR is a front-end to \fIdb.execute\fR to allow easier usage. To some extent it is verified if the table is connected to a vector map to avoid accidential table removal. .SH EXAMPLE Removing an attribute table: .PP \fC .DS .br # show available tables .br db.tables \-p .br .br # this will show what would happen .br db.droptable table=sometable .br .br # actually drop the table .br db.droptable \-f sometable .br .DE \fR .SH SEE ALSO \fI db.describe, db.droptable, db.execute, db.login, db.tables, v.db.droptable, GRASS SQL interface \fR .SH AUTHOR Markus Neteler .PP \fILast changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team