-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql,*: make the system database's public schema a real schema #89849
Copy link
Copy link
Open
Labels
A-schema-catalogRelated to the schema descriptors collection and the catalog API in general.Related to the schema descriptors collection and the catalog API in general.C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
Is your feature request related to a problem? Please describe.
For vestigial reasons, the system database's public schema (29) does not have a descriptor and is magically injected in-memory. This wart doesn't need to remain.
Describe the solution you'd like
We should migrate to a world where there's a real public schema descriptor for the system database.
Jira issue: CRDB-20464
Epic CRDB-60948
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-catalogRelated to the schema descriptors collection and the catalog API in general.Related to the schema descriptors collection and the catalog API in general.C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)