Opened 11 years ago
Closed 9 years ago
#481 closed defect (wontfix)
rasdl's --database parameter ignored
Reported by: | Alexander Herzig | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | trivial | Milestone: | 9.2 |
Component: | rasdl | Version: | 8.5 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Easy |
Description
The rasdl —database parameter is effectively only used for display purposes. For example, I erroneously thought I could print the data type definitions for my data base 'PS9RASBASE' with
$ rasdl —database PS9RASBASE -p
but I still got the RASBASE type definitions (a database which I happen to have also on my system). Furthermore, if —connect and —database are used together they're not checked for consistency. For example the command below effectively shows the type definitions for my PS9RASBASE database, but pretends it shows the ones of GUNDEL_GAUKEL, which doesn't even exist on my system:
$ rasdl —database GUNDEL_GAUKEL -connect PS9RASBASE -p
rasdl: rasdaman schema and database manipulation tool, rasdaman v8.4.0rc.2-107-g1b868d7 on base DBMS pgsql — generated on 10.10.2013 13:35:42.
rasdaman database 'GUNDEL_GAUKEL' type definitions
generated on: Thu Oct 10 16:16:24 2013
marray base types
…
Change History (4)
comment:1 by , 11 years ago
Cc: | added |
---|
comment:2 by , 11 years ago
rasdaman for now does not support multiple databases (a prerequisite is coming in 9.0: individual locks), so not much use yet, but reserved.
comment:3 by , 9 years ago
Milestone: | → 9.2 |
---|
—database doesn't seems to be used for anything at all, not even in source:reladminif/databaseifcommon.cc
I'm not sure what it's purpose should be, probably should be removed?