Skip to content

Commit

Permalink
parser: fix drop schedule help message
Browse files Browse the repository at this point in the history
Updates the help message for `DROP SCHEDULE JOBID`.

Release note: None
  • Loading branch information
adityamaru committed Sep 14, 2020
1 parent 7d5e070 commit 5515936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -6996,7 +6996,7 @@ resume_schedules_stmt:
// DROP SCHEDULES <selectclause>
// selectclause: select statement returning schedule IDs to resume.
//
// DROP SCHEDULES <jobid>
// DROP SCHEDULE <jobid>
//
// %SeeAlso: PAUSE SCHEDULES, SHOW JOBS, CANCEL JOBS
drop_schedule_stmt:
Expand Down

0 comments on commit 5515936

Please sign in to comment.