- , a schema provided for compatibility with the SQL standard.
- , a schema with information about CockroachDB internals.
- , a schema provided for compatibility with PostgreSQL.
- , a schema catalog with information about CockroachDB extensions.
crdb_internal schema and to tables and built-in functions in the system database is controlled by the . For more information, see . The system and crdb_internal schemas are intended for advanced support scenarios only, and should be accessed under the guidance of Cockroach Labs.
In a future major release, the
allow_unsafe_internals session variable will default to off. To prepare for this change and on your setup, set allow_unsafe_internals to off in a non-production environment.Tables in the system catalogs have varying levels of stability. Not all system catalog tables are meant for programmatic purposes. For more information, see .

