aboutsummaryrefslogtreecommitdiff
-- Verify life-archive:photo on pg

BEGIN;

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

ROLLBACK;