-- Verify diary:schema on pg BEGIN; DO $$ BEGIN ASSERT (SELECT has_schema_privilege('diary', 'usage')); END $$; ROLLBACK;