[GRASSLIST:7257] Re: db.droptable

Moritz Lennert mlennert at club.worldonline.be
Tue Jun 21 12:39:28 EDT 2005


On Tue, June 21, 2005 18:40, Aldo Clerici said:
> Dear GRASSusers,
> does it exist the db.droptable command?
> It is described in the GRASS GIS Reference Manual and in many tutorials, but
> it seems not to exist in my GRASS version (6.1.cvs).

Currently it does not exist. The recommended way of dropping a table is:

echo "DROP TABLE fmacopy" | db.execute

However, it wouldn't be too difficult to create a db.droptable if there is
real demand.

Moritz




More information about the grass-user mailing list