pg_extension provides information about CockroachDB extensions.
Data exposed by pg_extension
In CockroachDB v23.2, pg_extension contains the following tables, all of which provide information about CockroachDB’s :
geography_columnsgeometry_columnsspatial_ref_sys
pg_extension tables are read-only.pg_extension for the , use the following statement:
Querying pg_extension tables
You can run on the tables in pg_extension.
Unless specified otherwise, queries to
pg_extension assume the .pg_extension table with additional information about indexes in the movr database, you can query the pg_extension.pg_indexes table:

