Skip to content

Commit 4751b87

Browse files
committed
Fix too many parameters specified for RAISE
1 parent f92ec60 commit 4751b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diagnostic.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ BEGIN
4747
ORDER BY count DESC
4848
LIMIT 5
4949
LOOP
50-
RAISE WARNING ' Job % had % failures', v_job_id, v_job_name, v_count;
50+
RAISE WARNING ' Job % had % failures', v_job_name, v_count;
5151
END LOOP;
5252
END IF;
5353

0 commit comments

Comments
 (0)