[GRASSLIST:8623] update grass6

Hello at every.

Exposing my problem : i must rear a map multilayers in Grass,for
strength dial i must do does the stop at edict v.db.addtable.
In the version by myself install , Debian , this command not it is
present ,
in order to make available it,i must update the package containing does
the command?

Thanks, Dina.

Exposing my problem : i must rear a map multilayers in Grass,for
strength dial i must do does the stop at edict v.db.addtable.
In the version by myself install , Debian , this command not it is
present ,
in order to make available it,i must update the package containing
does the command?

It is new and not in GRASS 6.0. But v.db.addtable only does this:

echo "CREATE TABLE $table ($GIS_OPT_columns)" | db.execute

You you can just type that at the command prompt.

see the db.execute help page for usage examples.
  http://grass.ibiblio.org/grass61/manuals/html61_user/db.execute.html

Hamish

Hamish wrote:

Exposing my problem : i must rear a map multilayers in Grass,for
strength dial i must do does the stop at edict v.db.addtable.
In the version by myself install , Debian , this command not it is
present ,
in order to make available it,i must update the package containing
does the command?
   
It is new and not in GRASS 6.0. But v.db.addtable only does this:

echo "CREATE TABLE $table ($GIS_OPT_columns)" | db.execute

You you can just type that at the command prompt.

see the db.execute help page for usage examples.
http://grass.ibiblio.org/grass61/manuals/html61_user/db.execute.html

No, the script does a couple of extra things:

- generates the table
- add categories
- links the table to the map
- operates also on other layers than default layer=1

You can grab it from CVS:

http://freegis.org/cgi-bin/viewcvs.cgi/grass6/scripts/v.db.addtable/

Markus