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: support SHOW EXPERIMENTAL_RANGES FROM DATABASE foo #36131

Closed
awoods187 opened this issue Mar 25, 2019 · 0 comments · Fixed by #39194
Closed

sql: support SHOW EXPERIMENTAL_RANGES FROM DATABASE foo #36131

awoods187 opened this issue Mar 25, 2019 · 0 comments · Fixed by #39194
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)

Comments

@awoods187
Copy link
Contributor

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

@awoods187 awoods187 added the A-sql-syntax Issues strictly related to the SQL grammar, with no semantic aspect label Mar 25, 2019
@awoods187 awoods187 added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Mar 25, 2019
rohany added a commit to rohany/cockroach that referenced this issue Jul 31, 2019
Fixes cockroachdb#36131.

Release note (sql change): Add a SHOW RANGES FROM DATABASE command.
rohany added a commit to rohany/cockroach that referenced this issue Aug 5, 2019
Fixes cockroachdb#36131.

Adds a SHOW RANGES FROM DATABASE command, with similar
output as SHOW RANGES FROM TABLE/INDEX.

Release note (sql change): Add a SHOW RANGES FROM DATABASE command.
craig bot pushed a commit that referenced this issue Aug 5, 2019
39194: sql: Add a SHOW RANGES FROM DATABASE command. r=rohany a=rohany

Fixes #36131.

Release note (sql change): Add a SHOW RANGES FROM DATABASE command.

Co-authored-by: Rohan Yadav <[email protected]>
@craig craig bot closed this as completed in #39194 Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant