sql: support SHOW EXPERIMENTAL_RANGES FROM DATABASE foo #36131
Labels
A-sql-syntax
Issues strictly related to the SQL grammar, with no semantic aspect
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
It'd be nice if you could run
SHOW EXPERIMENTAL_RANGES FROM DATABASE foo
. We already support tables and indexes.https://www.cockroachlabs.com/docs/v2.1/show-experimental-ranges.html#main-content
@jseldess and I realized this during testing #36129 when wanting to see how ranges reacted to changing replication factor with cascading zone configs
The text was updated successfully, but these errors were encountered: