-- Verify numerus:tax_details on pg
begin;
select pg_catalog.has_type_privilege('numerus.tax_details', 'usage');
rollback;