-- Verify tipus:schema_tipus on pg
begin;
select pg_catalog.has_schema_privilege('tipus', 'usage');
rollback;