aboutsummaryrefslogtreecommitdiff
-- Verify kakeibo:schema on pg

BEGIN;

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

ROLLBACK;