Static mz_catalog::builtin::PG_ATTRDEF_ALL_DATABASES
source · pub static PG_ATTRDEF_ALL_DATABASES: LazyLock<BuiltinView>
Expand description
Peeled version of PG_ATTRDEF
:
- This doesn’t check
mz_schemas.database_id IS NULL OR d.name = pg_catalog.current_database()
, in order to make this view indexable.