aboutsummaryrefslogtreecommitdiff
-- Verify life-archive:common on pg

BEGIN;

SELECT pg_catalog.has_schema_privilege('common', 'usage');

ROLLBACK;