sql: hide zone configuration from SHOW CREATE TABLE for multi-region tables #60656
Labels
A-multiregion
Related to multi-region
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
At present, RBR tables should zone configuration:
We can choose to hide these, but then we need some way of nicely surfacing zone configuration data.
A user can manually inspect these by looking at
SHOW ZONE CONFIGURATION FOR PARTITION x OF t@y
but that does not handle recursiveness.The current idea is SHOW ZONE CONFIGURATION ..., but that only shows the "inherited" config, and nothing recursively down: #56969.
The text was updated successfully, but these errors were encountered: