this bug's URL: http://intevation.de/rt/webrt?serial_num=2923
-------------------------------------------------------------------------
Subject: db.databases: command not found
Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: grass-6.0.cvs_src_snapshot__2005_01_15
"db.databases: command not found" though the gui entry exists and the source code is present in db/base/databases.c.
Maciek
-------------------------------------------- Managed by Request Tracker
On Fri, Jan 21, 2005 at 10:40:47PM +0100, Request Tracker wrote:
this bug's URL: http://intevation.de/rt/webrt?serial_num=2923
-------------------------------------------------------------------------
Subject: db.databases: command not found
Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: grass-6.0.cvs_src_snapshot__2005_01_15
"db.databases: command not found" though the gui entry exists and the source code is present in db/base/databases.c.
These programs are officially provided:
db.columns db.describe db.execute db.tables
db.connect db.drivers db.login db.test
db.copy db.droptable db.select
So there should not be GUI entries for other modules:
d.m]$ grep db.da *
menu.tcl: {command "List databases" {} "" {} -command {execute db.databases }}
Markus