1 2 3 4 5 6 7 8 9 10
-- Verify diary:schema on pg BEGIN; DO $$ BEGIN ASSERT (SELECT has_schema_privilege('diary', 'usage')); END $$; ROLLBACK;