-- Verify photos:update_timestamp on pg BEGIN; SET search_path to photos; SELECT has_function_privilege('update_timestamp()', 'EXECUTE'); ROLLBACK;