Requesting to add support for \connect database similar to psql format, to be used in addition to how USE database is currently used in CRDB.
Hello, I am Blathers. I am here to help you get the issue triaged.
It looks like you have not filled out the issue in the format of any of our templates. To best assist you, we advise you to use one of these templates.
I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.
is this ticket about introducing an alias for SET (like USE) or should the full support of the \connect command be implemented?
\c or \connect [ -reuse-previous=on|off ] [ dbname [ username ] [ host ] [ port ] | conninfo ]
Hi, I'll to work on this,
@mneverov, we can start just with an alias for USE. Changing the connection to a different host and port could be interesting, but I think it's used far less frequently than the simple alias.
Most helpful comment
@mneverov, we can start just with an alias for
USE. Changing the connection to a different host and port could be interesting, but I think it's used far less frequently than the simple alias.