sql: Expand information in SHOW ZONE CONFIGURATION FROM TABLE #56969
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Currently,
SHOW ZONE CONFIGURATION FOR TABLE rides
does not show all of the indexes and partitions, as well as their zone configurations. This makes it cumbersome to find out this information.However, you can see it for a partition:
When we look at
SHOW CREATE TABLE
we can see all of the indexes as well as all of the zone configurations that apply to partitions or indexes.Instead, we should show recursively everything that applies to the table.
Jira issue: CRDB-2886
The text was updated successfully, but these errors were encountered: