1 2 3 4 5 6 7 8 9
-- Verify diary:update_updated_at on pg BEGIN; SET search_path to diary; SELECT has_function_privilege('update_updated_at()', 'EXECUTE'); ROLLBACK;