-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: tab complete in cockroach CLI #37355
Copy link
Copy link
Closed
Labels
A-cli-clientCLI commands that pertain to using SQL featuresCLI commands that pertain to using SQL featuresC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Metadata
Metadata
Assignees
Labels
A-cli-clientCLI commands that pertain to using SQL featuresCLI commands that pertain to using SQL featuresC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
I'd like to be able to tab complete in the CLI terminal so that I can save time as I'm working with my database.
Postgres offers tab completion.
Epic: CRDB-22182
Jira issue: CRDB-6345