cockroachdb / cockroachdb/cockroach
sql: lift restriction on setting zone configs on "system config" tables
Open
A-schema-changes
A-zone-configs
C-enhancement
T-sql-foundations
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
We currently disallow setting zone configs directly on tables which were part of the old "system config span". This is now vestigial.
https://github.com/cockroachdb/cockroach/blob/dedf02dffdedf1370187201896728f619794499c/pkg/sql/set_zone_config.go#L506-L515
**Describe the solution you'd like**
We can lift this restriction now if we so choose.
Jira issue: CRDB-23486
Epic CRDB-2245
Contributor guide
Assessment
This issue has not been assessed yet.