Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
[cqlsh 4.1.1 | Cassandra 2.0.7.31 | CQL spec 3.1.1 | Thrift protocol 19.39.0]
Description
Once a user is logged into CQLSH, it is not possible to switch to another user without exiting and relaunch
This is a feature offered in postgres and probably other databases:
http://secure.encivasolutions.com/knowledgebase.php?action=displayarticle&id=1126
Perhaps this could be implemented on CQLSH as part of the "USE" directive:
USE <Keyspace> [USER] [password]