sql: no convenient way to list all ranges for a table #93546
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)
Describe the problem
SHOW RANGES FOR TABLE
only lists ranges for indexprimary
. There's no convenient shorthand to include all indexes.Expected behavior
SHOW RANGES FOR TABLE
should include all indexes. The user can still useSHOW RANGES FOR INDEX
if they want a specific index.Jira issue: CRDB-22390
Epic CRDB-22701
The text was updated successfully, but these errors were encountered: