Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: no convenient way to list all ranges for a table #93546

Closed
knz opened this issue Dec 13, 2022 · 0 comments · Fixed by #93545
Closed

sql: no convenient way to list all ranges for a table #93546

knz opened this issue Dec 13, 2022 · 0 comments · Fixed by #93545
Assignees
Labels
A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@knz
Copy link
Contributor

knz commented Dec 13, 2022

Describe the problem

SHOW RANGES FOR TABLE only lists ranges for index primary. There's no convenient shorthand to include all indexes.

Expected behavior

SHOW RANGES FOR TABLE should include all indexes. The user can still use SHOW RANGES FOR INDEX if they want a specific index.

Jira issue: CRDB-22390

Epic CRDB-22701

@knz knz added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-sql-semantics labels Dec 13, 2022
@jlinder jlinder added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-experience labels Dec 13, 2022
@craig craig bot closed this as completed in a30fb14 Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants